Set pointer-events all on flyout

To fix a bug with the extension status button on windows edge: https://github.com/LLK/scratch-blocks/issues/1660
This commit is contained in:
Eric Rosenbaum 2018-07-31 17:58:37 -04:00
parent 29673fa91e
commit f3745d0d4e

View file

@ -488,15 +488,10 @@ Blockly.Css.CONTENT = [
'.blocklyBubbleText {',
'fill: $colour_text;',
'}',
'.blocklyFlyout {',
'position: absolute;',
'z-index: 20;',
'}',
'.blocklyFlyout {',
'position: absolute;',
'z-index: 20;',
'pointer-events: all;',
'}',
'.blocklyFlyoutButton {',
'fill: none;',