From 0da05d3a0354186556d039f26dce654aeb8c0aeb Mon Sep 17 00:00:00 2001 From: Mr D - RC Date: Sun, 3 Nov 2024 16:51:29 +0000 Subject: [PATCH] Fix missing scrollbars on a couple of pages Hopefully this is the last of these changes. All pages have scrollbars. No double scrollbars, except for the OSD page, if the screen is smaller than the OSD preview. --- src/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/main.css b/src/css/main.css index 898026027..829b19f0d 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -1016,7 +1016,7 @@ li.active .ic_mag { /* (port picker 105px, log CLOSED 25px, status bar: 20px + padding) - was: calc(100% - 171px)*/ background-color: white; overflow-x: hidden; - overflow-y: hidden; + overflow-y: auto; border: 0 solid #848484; -webkit-transform: rotateX(0deg); /* DO NOT REMOVE! this fixes the UI freezing bug on MAC OS X */ transition: all 0.3s;