Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-11-27 21:47:14 +0300
committerJo-Philipp Wich <jo@mein.io>2021-11-27 21:50:27 +0300
commite0888d70a92a832a9e720d3ba903341e4b03c252 (patch)
treec8be6902ff1211a536e327b569d91d1b16f36425 /themes
parentd2dfe67387f5d5d6a3fc7eb847b4a8fc3eff59c6 (diff)
luci-theme-bootstrap: prevent hiding header bar on long vertical scrolls
Ref: https://github.com/openwrt/luci/commit/b11a7d8e4940a3f68b93c5d93f16c900c9371bc2#commitcomment-60968071 Fixes: 8055acc9be ("luci-theme-bootstrap: overhaul styles") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css2
1 files changed, 1 insertions, 1 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 85252160b1..3cc254bede 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@ -269,7 +269,7 @@ body {
line-height: 18px;
color: var(--text-color-high);
padding: 5px;
- height: 100%;
+ min-height: 100%;
display: flex;
flex-direction: column;
}