mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
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:
parent
29673fa91e
commit
f3745d0d4e
1 changed files with 1 additions and 6 deletions
|
@ -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;',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue