Spaces:
Running
Running
Update index_2.js
Browse files- index_2.js +2 -0
index_2.js
CHANGED
@@ -129,6 +129,8 @@
|
|
129 |
background: #FEFEFD;
|
130 |
border: 1px solid #474558;
|
131 |
border-radius: 10px;
|
|
|
|
|
132 |
}
|
133 |
/* Canvas fills the viewer container */
|
134 |
#canvas-${instanceId} {
|
|
|
129 |
background: #FEFEFD;
|
130 |
border: 1px solid #474558;
|
131 |
border-radius: 10px;
|
132 |
+
overflow: hidden;
|
133 |
+
box-sizing: border-box;
|
134 |
}
|
135 |
/* Canvas fills the viewer container */
|
136 |
#canvas-${instanceId} {
|