From 45bf2ef1554a7ef497482fe8c76be13264fc6023 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 9 May 2019 23:50:34 +0200 Subject: [PATCH] fix overflow scrolling --- src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.css b/src/App.css index 105dfc8..98ee19a 100644 --- a/src/App.css +++ b/src/App.css @@ -28,6 +28,7 @@ html.fullscreen { } #root { + height: 100%; position: relative; font-size: 1rem; line-height: 1.3;