web: fix site-shell being cut off when not full height
This commit is contained in:
parent
da37b42bcf
commit
ac7b0ac965
|
@ -85,6 +85,10 @@ select[multiple] {
|
||||||
z-index: auto !important;
|
z-index: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pf-c-page__main {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
--ak-dark-foreground: #fafafa;
|
--ak-dark-foreground: #fafafa;
|
||||||
|
|
Reference in New Issue