Skip to content

Commit

Permalink
Remove width/height from blocklyDragSurface (#214)
Browse files Browse the repository at this point in the history
This was causing issue on iOS Safari when the SVG was exceeding the size of the window
  • Loading branch information
tmickel committed Apr 13, 2016
1 parent f644997 commit 0336aa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;',
Expand Down

0 comments on commit 0336aa0

Please sign in to comment.