mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
css: Remove min-height
and overflow
from body
Causes issues in minimal layouts otherwise, at least in Chrome. Safari suffers from this, but who cares...
This commit is contained in:
parent
8922447d10
commit
9acd45df13
@ -6,9 +6,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
min-height: 100%;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout {
|
#layout {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user