mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
CSS: Fix overflowing content in Safari
This commit is contained in:
parent
c06aec0471
commit
400abfe7f2
@ -8,6 +8,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout {
|
#layout {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user