mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
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:
parent
f64499737c
commit
0336aa0347
1 changed files with 0 additions and 2 deletions
|
@ -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;',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue