mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-31 01:24:37 +02:00
fix height in el7
This commit is contained in:
parent
b099adc3e8
commit
36c4cb93c2
@ -53,6 +53,14 @@
|
|||||||
--symlink-symbol-color: var(--navigation);
|
--symlink-symbol-color: var(--navigation);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.pf-c-button:disabled[data-theme="dark"] {
|
.pf-c-button:disabled[data-theme="dark"] {
|
||||||
background-color: var(--border);
|
background-color: var(--border);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user