From 08d23ffca9abee3b6f7d4af15f69080c9f91fddd Mon Sep 17 00:00:00 2001 From: jelveh Date: Mon, 16 Dec 2024 14:58:03 -0800 Subject: [PATCH] Update style.css --- src/gui/src/css/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/gui/src/css/style.css b/src/gui/src/css/style.css index 3fcee3598..e3ae536a9 100644 --- a/src/gui/src/css/style.css +++ b/src/gui/src/css/style.css @@ -351,9 +351,8 @@ input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, sel } .device-phone .desktop { - height: calc(100vh - 55px) !important; - height: calc(100dvh - 55px) !important; - overflow-x: scroll; + height: calc(100vh - 90px) !important; + height: calc(100dvh - 90px) !important; } .item-container-list { @@ -4656,7 +4655,7 @@ fieldset[name=number-code] { -ms-overflow-style: none; /* Scrolling behavior */ - overflow-y: hidden; + overflow-y: visible !important; overflow-x: scroll; }