Merge pull request #5 from 5upermario/master

add overflow-x: auto to view container
This commit is contained in:
Knut Sveidqvist
2020-01-11 10:19:16 +01:00
committed by GitHub
+4 -1
View File
@@ -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){
<div id="view" class="{codeClasses} {configClasses}">
<div id="container" bind:this={container}></div>
</div>
</div>