From b1c057e3a60e132f412f81fdf319a7fb14155f05 Mon Sep 17 00:00:00 2001 From: jelveh Date: Mon, 16 Dec 2024 14:35:15 -0800 Subject: [PATCH] Update style.css --- src/gui/src/css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/gui/src/css/style.css b/src/gui/src/css/style.css index a5d25117..9c07b920 100644 --- a/src/gui/src/css/style.css +++ b/src/gui/src/css/style.css @@ -4652,8 +4652,12 @@ fieldset[name=number-code] { touch-action: pan-x; /* Hide scrollbars while keeping functionality */ - scrollbar-width: none; - -ms-overflow-style: none; + /* scrollbar-width: none; + -ms-overflow-style: none; */ + + /* Scrolling behavior */ + overflow-y: hidden; + overflow-x: scroll; } .device-phone .desktop * {