web: fix site-shell being cut off when not full height

This commit is contained in:
Jens Langhammer 2021-01-28 22:17:20 +01:00
parent da37b42bcf
commit ac7b0ac965
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@ select[multiple] {
z-index: auto !important;
}
.pf-c-page__main {
display: block;
}
@media (prefers-color-scheme: dark) {
:root {
--ak-dark-foreground: #fafafa;