Fix elements jumping when scroll appears in firefox (#76)

This commit is contained in:
czifumasa
2022-01-07 10:26:45 +01:00
committed by GitHub
parent 0afb1730ed
commit 6b030a1ccc

View File

@@ -16,6 +16,7 @@ body, html {
flex: 1 1 auto;
display: flex;
overflow: hidden;
height: 100%;
}
#svgContainer {