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…
Reference in New Issue