mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Fix iOS toolbox flashing on tap (#1351)
This commit is contained in:
parent
3d37a8ae9e
commit
5e386d5bd0
2 changed files with 2 additions and 1 deletions
|
@ -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 {',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue