From 4542739a486627f0ee0a3f7c2a7d248f636532e5 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Sun, 1 Oct 2023 14:48:16 +0200 Subject: [PATCH] Revert "I may have fixed the broken scrolling..." This reverts commit 48f1d7f675b544bc0694377667a7179dd63c5293. --- partitioncloud/static/style.css | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/partitioncloud/static/style.css b/partitioncloud/static/style.css index c7ed1a0..28da7b8 100644 --- a/partitioncloud/static/style.css +++ b/partitioncloud/static/style.css @@ -82,12 +82,12 @@ } -/** Hide scrollbars (needed on Chromium) */ -*::-webkit-scrollbar { +/** Hide scrollbars (deeply needed on Chromium) */ +::-webkit-scrollbar { display: none; } -* { +:root { -ms-overflow-style: none; scrollbar-width: none; } @@ -139,16 +139,10 @@ body { transition: left 0.5s ease; padding: 0 25px; - max-height: 100vh; - - display: flex; - flex-direction: column; } #content { margin-bottom: 50px; - flex: 1; - overflow: hidden; } #footer { @@ -205,10 +199,6 @@ input:checked#slide-sidebar~#content-container { overflow: unset; } -input:checked#slide-sidebar~#content-container>#content { - overflow-y: scroll; -} - input:checked#slide-sidebar~#footer { left: 0; overflow: unset;