Skip to content

Commit

Permalink
Fix missing scrollbars on a couple of pages
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MrD-RC committed Nov 3, 2024
1 parent 5cf942a commit 0da05d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0da05d3

Please sign in to comment.