Remove width/height from blocklyDragSurface (#214)

This was causing issue on iOS Safari when the SVG was exceeding the size of the window
This commit is contained in:
Tim Mickel 2016-04-13 17:22:41 -04:00
parent f64499737c
commit 0336aa0347

View file

@ -196,8 +196,6 @@ Blockly.Css.CONTENT = [
'left: 0;',
'right: 0;',
'bottom: 0;',
'width: 100%;',
'height: 100%;',
'overflow: visible !important;',
'z-index: 5000;', /* Always display on top */
'-webkit-backface-visibility: hidden;',