From d20fc4bf8256d29b6ea041ec69b83cba1ee45a39 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Mon, 27 Nov 2023 15:53:04 +0100 Subject: [PATCH] Fix double scrollnbar --- src/assets/css/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/assets/css/index.css b/src/assets/css/index.css index 3cfffd78..f32f26a9 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -7,7 +7,6 @@ body { @apply bg-background-main font-open-sans text-type-text overflow-x-hidden; min-height: 100vh; min-height: 100dvh; - position: relative; } html[data-full], @@ -222,4 +221,4 @@ input[type=range].styled-slider.slider-progress::-ms-fill-lower { .tabbable:focus-visible { outline: 2px solid theme('colors.themePreview.primary'); box-shadow: 0 0 10px theme('colors.themePreview.secondary'); -} +} \ No newline at end of file