mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Add !important to blocklyDragSurface overflow
normalize.css in our demo was resetting this property.
This commit is contained in:
parent
c42ffc320f
commit
fa9b710c5a
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ Blockly.Css.CONTENT = [
|
|||
'left: 0;',
|
||||
'right: 0;',
|
||||
'bottom: 0;',
|
||||
'overflow: visible;',
|
||||
'overflow: visible !important;',
|
||||
'z-index: 5000;', /* Always display on top */
|
||||
'-webkit-backface-visibility: hidden;',
|
||||
'backface-visibility: hidden;',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue