From b893a47595d40f52c8424fccd68f00a5c08c1993 Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 15 Dec 2024 19:28:46 -0800 Subject: [PATCH] Update style.css --- src/gui/src/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/src/css/style.css b/src/gui/src/css/style.css index e5c2bb723..c92eefe3b 100644 --- a/src/gui/src/css/style.css +++ b/src/gui/src/css/style.css @@ -351,6 +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; }