summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-12-01 20:30:03 -0600
committerTim Keller <tjk@tjkeller.xyz>2025-12-01 20:30:03 -0600
commiteac06268da852ae4bf22cfd1a18c56ff23dcc881 (patch)
tree1b93cc557b529094d1fe5e596a246b00a2c7295f
parenta01cf9c5853ff5af749b760bc4ec5447de74d375 (diff)
downloadimmich-frame-eac06268da852ae4bf22cfd1a18c56ff23dcc881.tar.xz
immich-frame-eac06268da852ae4bf22cfd1a18c56ff23dcc881.zip
fix overflow on mobile
-rw-r--r--static/public/index.html2
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">