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:
Johannes Meyer 2019-12-06 14:56:23 +01:00
parent 8922447d10
commit 9acd45df13
1 changed files with 0 additions and 2 deletions

View File

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