mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-07-29 15:19:33 -04:00
Add width and height to drag layer (#195)
Requiring overflow was causing unnecessary repaints.
This commit is contained in:
parent
2b8bf5619a
commit
003083ac80
1 changed files with 2 additions and 0 deletions
|
@ -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;',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue