From a09eaed348a3236235680e458c3e7be85842f622 Mon Sep 17 00:00:00 2001 From: Mathias Schopmans Date: Tue, 4 Apr 2017 09:04:41 +0200 Subject: [PATCH] Add overflow hidden to root element --- styles/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/base.css b/styles/base.css index 49a6b43..d0672e7 100644 --- a/styles/base.css +++ b/styles/base.css @@ -48,4 +48,5 @@ body { #root { min-height: 100vh; + overflow: hidden; }