diff --git a/src/components/View.svelte b/src/components/View.svelte index efc6e094..f7e1f73e 100644 --- a/src/components/View.svelte +++ b/src/components/View.svelte @@ -113,6 +113,9 @@ let insertSvg = function(svgCode, bindFunctions){ border: 1px solor darkred; flex: 1; } + #container { + overflow-x: auto; + } .error { opacity: 0.5; } @@ -120,4 +123,4 @@ let insertSvg = function(svgCode, bindFunctions){
-
\ No newline at end of file +