diff options
| -rw-r--r-- | static/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/public/index.html b/static/public/index.html index e86fc1d..04ffd4b 100644 --- a/static/public/index.html +++ b/static/public/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <script src="/main.js" defer></script> </head> -<body class="bg-black text-white fill-white h-screen max-h-screen flex flex-col m-0 overflow-hidden"> +<body class="bg-black text-white fill-white h-dvh max-h-screen flex flex-col m-0 overflow-hidden"> <header></header> <main class="my-4 overflow-hidden h-full flex flex-col"> <div id="slideshow" class="hidden! overflow-hidden h-full flex flex-col"> |
