Add width and height to drag layer ()

Requiring overflow was causing unnecessary repaints.
This commit is contained in:
Tim Mickel 2016-04-11 16:16:27 -04:00
parent 2b8bf5619a
commit 003083ac80

View file

@ -190,6 +190,8 @@ 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;',