mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Fix iOS toolbox flashing on tap (#1351)
This commit is contained in:
@@ -517,6 +517,7 @@ Blockly.Css.CONTENT = [
|
||||
'overflow-y: auto;',
|
||||
'position: absolute;',
|
||||
'z-index: 70;', /* so blocks go under toolbox when dragging */
|
||||
'-webkit-tap-highlight-color: transparent;', /* issue #1345 */
|
||||
'}',
|
||||
|
||||
'.blocklyTreeRoot {',
|
||||
|
||||
Reference in New Issue
Block a user