Fixed scrolling in Firefox and Edge

This commit is contained in:
Przemek Wiech
2019-03-07 23:02:33 +01:00
parent 7a791ace4d
commit b54073fbee

View File

@@ -15,6 +15,7 @@ body, html {
#content {
flex: 1 1 auto;
display: flex;
overflow: hidden;
}
#svgContainer {