fix height in el7

This commit is contained in:
joshuaboud 2021-05-28 17:18:32 -03:00
parent b099adc3e8
commit 36c4cb93c2
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E
1 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,14 @@
--symlink-symbol-color: var(--navigation);
}
html {
height: 100%;
}
body {
height: 100%;
}
.pf-c-button:disabled[data-theme="dark"] {
background-color: var(--border);
}