diff --git a/src/css/z-index.css b/src/css/z-index.css index 93bdc533afbab744afd14cee6a0a28b8e3abea0c..9f48b52aa53f7b10c497d0eb10db784bf74dd2a5 100644 --- a/src/css/z-index.css +++ b/src/css/z-index.css @@ -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;