diff options
author | Jo-Philipp Wich <jo@mein.io> | 2024-03-13 22:57:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 22:57:02 +0100 |
commit | 37daa26be981d38f273084afa9fba02e95ac5940 (patch) | |
tree | ff829c2bf88407292260045139f1e1e2b37fb1eb | |
parent | b5843bcd816109f548a6086f1f9188841e419fff (diff) | |
parent | d77615c42253566ebb29ed30bba4702bb2872b80 (diff) |
Merge pull request #6928 from thomasschroeder/luci-theme-bootstrap_show-scrollbar
luci-theme-bootstrap: Always show scrollbar
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 37063627bc..91e6c914cc 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -288,6 +288,7 @@ body { min-height: 100%; display: flex; flex-direction: column; + overflow-y: scroll; } .container { |