Fix iOS toolbox flashing on tap (#1351)

This commit is contained in:
Rachel Fenichel 2017-10-04 10:16:32 -07:00 committed by Paul Kaplan
parent 3d37a8ae9e
commit 5e386d5bd0
2 changed files with 2 additions and 1 deletions

View file

@ -697,6 +697,7 @@ Blockly.Css.CONTENT = [
'position: absolute;',
'font-family: "Helvetica Neue", Helvetica, sans-serif;',
'z-index: 40;', /* so blocks go over toolbox when dragging */
'-webkit-tap-highlight-color: transparent;', /* issue #1345 */
'}',
'.blocklyTreeRoot {',