summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html
index bd55000..afbb504 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,13 +7,12 @@
</head>
<body class="bg-black text-white fill-white h-screen max-h-screen flex flex-col m-0 overflow-hidden">
<header></header>
- <main class="my-4">
- <div id="slideshow" class="hidden!">
+ <main class="my-4 overflow-hidden h-full flex flex-col">
+ <div id="slideshow" class="hidden! overflow-hidden h-full flex flex-col">
<div class="flex justify-end pe-[10vw] w-full absolute bg-gradient-to-b from-black/40 z-20">
<div id="slideshow-share" class="z-10">
<button id="share" class="svg-btn p-3 size-12"><svg alt="Share" class="size-6"><use href="#sprite-share"></use></svg></button>
<button id="download" class="svg-btn p-3 size-12"><svg alt="Download" class="size-6"><use href="#sprite-download"></use></svg></button>
- <!-- <button id="hide"><svg alt="Don't Show This Image"><use href="#skip_next"></use></svg></button> -->
</div>
</div>
<div id="slideshow-carousel" class="h-full"></div>