mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
Fix graph demo (#4406)
* Fix graph demo by resetting a couple of CSS fields
This commit is contained in:
@@ -498,8 +498,10 @@ Blockly.Css.CONTENT = [
|
||||
'}',
|
||||
|
||||
'.blocklyDropDownDiv .blocklyMenu {',
|
||||
'background: #fff;', /* Compatibility with gapi, resting from goog-menu */
|
||||
'font: normal 13px "Helvetica Neue", Helvetica, sans-serif;',
|
||||
'outline: none;',
|
||||
'position: relative;', /* Compatibility with gapi, resting from goog-menu */
|
||||
'z-index: 20000;', /* Arbitrary, but some apps depend on it... */
|
||||
'}',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user