Add !important to blocklyDragSurface overflow

normalize.css in our demo was resetting this property.
This commit is contained in:
Tim Mickel 2016-04-08 16:10:12 -04:00
parent c42ffc320f
commit fa9b710c5a

View file

@ -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;',