Merge pull request #5 from 5upermario/master
add overflow-x: auto to view container
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user