Fix iOS toolbox flashing on tap (#1351)

This commit is contained in:
Rachel Fenichel
2017-10-04 10:16:32 -07:00
committed by GitHub
parent 7277e897bc
commit 8a4d45f8fd

View File

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