From 363095a7e53ebb975ac782e015be9394162402d8 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Mon, 26 Oct 2020 17:55:10 -0400 Subject: [PATCH] Fix graph demo (#4406) * Fix graph demo by resetting a couple of CSS fields --- core/css.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/css.js b/core/css.js index fb2124684..00c6bb571 100644 --- a/core/css.js +++ b/core/css.js @@ -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... */ '}',