Skip to content
Snippets Groups Projects
Commit 7dd7f1ac authored by chrisgarrity's avatar chrisgarrity
Browse files

Menus cover monitors

fixes https://github.com/LLK/scratch-www/issues/2587
and https://github.com/LLK/scratch-gui/issues/4428

changed menu-bar z-index to one more than monitors so drop down menus cover monitors when opened.
parent f92a5197
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@
*/
/* Toolbox z-index: 40; set in scratch-blocks */
$z-index-menu-bar: 41;
$z-index-extension-button: 42;
$z-index-stage-indicator: 45;
$z-index-add-button: 46;
......@@ -15,6 +14,7 @@ $z-index-monitor: 48; /* monitors go over add buttons */
$z-index-card: 480;
$z-index-alerts: 490;
$z-index-menu-bar: 491; /* menu-bar should go over monitors, alerts and tutorials */
$z-index-loader: 500;
$z-index-modal: 510;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment