From b54073fbee26187f262f8c018a137541ebcb669f Mon Sep 17 00:00:00 2001 From: Przemek Wiech Date: Thu, 7 Mar 2019 23:02:33 +0100 Subject: [PATCH] Fixed scrolling in Firefox and Edge --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index 6588c12..fb89204 100644 --- a/src/index.css +++ b/src/index.css @@ -15,6 +15,7 @@ body, html { #content { flex: 1 1 auto; display: flex; + overflow: hidden; } #svgContainer {