luci-theme-bootstrap: prevent hiding header bar on long vertical scrolls
Ref:b11a7d8e49 (commitcomment-60968071)
Fixes:8055acc9be
("luci-theme-bootstrap: overhaul styles") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
d2dfe67387
commit
e0888d70a9
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ body {
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
color: var(--text-color-high);
|
color: var(--text-color-high);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue