bilca commited on
Commit
981e255
·
verified ·
1 Parent(s): 73a04ae

Update index_2.js

Browse files
Files changed (1) hide show
  1. 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} {