fix height in el7
This commit is contained in:
parent
b099adc3e8
commit
36c4cb93c2
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue