Fix Edge / IE issue where the blockly toolbox background isn't respected.

This commit is contained in:
Sam El-Husseini 2016-12-02 18:33:42 -08:00
parent 71244065bb
commit 6c688a7e59

View File

@ -56,8 +56,7 @@
} }
.blocklyToolboxDiv { .blocklyToolboxDiv {
/*padding:5px; */ background-color: white !important;
background-color: white;
} }
.blocklyFlyoutBackground { .blocklyFlyoutBackground {