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> (cherry picked from commite0888d70a9
)
This commit is contained in:
parent
18cc1c79d7
commit
2cc139ce6a
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