luci-theme-bootstrap: Allways show scrollbar

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 <tschroeder_github@outlook.com>
This commit is contained in:
Thomas Schröder
2024-02-18 14:16:20 +01:00
committed by GitHub
parent 72cb359bc5
commit d77615c422

View File

@@ -288,6 +288,7 @@ body {
min-height: 100%;
display: flex;
flex-direction: column;
overflow-y: scroll;
}
.container {