Skip to content

Commit

Permalink
luci-theme-bootstrap: Allways show scrollbar
Browse files Browse the repository at this point in the history
With this addition to the body tag, on desktop browsers the vertical scrollbar
is always visible and the content will not be shifted by changing tabs (like
at System/Software when the update tab has no to little content).

I couldn't see any negative side effects with Chromium browsers or Firefox
under Windows/Linux and Android, but I don't have access to Apple devices
for tests.

Signed-off-by: Thomas Schröder <[email protected]>
  • Loading branch information
thomasschroeder authored and animegasan committed Mar 14, 2024
1 parent 2a5c802 commit 0c9bf5f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ body {
min-height: 100%;
display: flex;
flex-direction: column;
overflow-y: scroll;
}

.container {
Expand Down

0 comments on commit 0c9bf5f

Please sign in to comment.