CSS: Fix overflowing content in Safari
This commit is contained in:
parent
c06aec0471
commit
400abfe7f2
|
@ -8,6 +8,7 @@ html {
|
|||
body {
|
||||
min-height: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#layout {
|
||||
|
|
Loading…
Reference in New Issue