Add overflow hidden to root element

This commit is contained in:
Mathias Schopmans
2017-04-04 09:04:41 +02:00
parent 80c03e128f
commit a09eaed348

View File

@@ -48,4 +48,5 @@ body {
#root { #root {
min-height: 100vh; min-height: 100vh;
overflow: hidden;
} }