CSS: Fix overflowing content in Safari

This commit is contained in:
Florian Strohmaier 2019-07-04 11:35:08 +02:00 committed by Johannes Meyer
parent c06aec0471
commit 400abfe7f2
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ html {
body {
min-height: 100%;
height: 100%;
overflow: hidden;
}
#layout {