From 7038ecb9d9597c3025d7b7c4fef64dd0bd496228 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 19 Apr 2023 05:43:43 +0900 Subject: [PATCH] another L/R nav panel fix for PC --- public/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index 89eb1e2fa..8261d9744 100644 --- a/public/style.css +++ b/public/style.css @@ -2822,7 +2822,7 @@ a { /* max-height: 100svh; */ box-shadow: none; border-radius: 0 0 0 20px; - overflow-x: hidden; + overflow: hidden; scrollbar-width: thin; } @@ -3064,12 +3064,12 @@ label[for="extensions_autoconnect"] { padding: 5px; border-radius: 0 0 20px 0; box-shadow: none; - overflow-y: hidden; + overflow: hidden; } .scrollableInner { overflow-x: hidden; - height: calc(100svh - 90px); + height: calc(100% - 30px); } .width100p {