We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00c421d + c94feca commit 328a035Copy full SHA for 328a035
src/css/z-index.css
@@ -13,7 +13,8 @@ $z-index-tooltip: 47; /* tooltips should go over add buttons if they overlap */
13
$z-index-monitor: 48; /* monitors go over add buttons */
14
/* Block drag z-index: 50; set in scratch-blocks */
15
16
-$z-index-card: 490;
+$z-index-card: 480;
17
+$z-index-alerts: 490;
18
$z-index-loader: 500;
19
$z-index-modal: 510;
20
@@ -25,7 +26,6 @@ $z-index-stage-color-picker-background: 2000;
25
26
$z-index-stage-with-color-picker: 2010;
27
$z-index-stage-header: 5000;
28
$z-index-stage-wrapper-overlay: 5000;
-$z-index-alerts: 5010;
29
30
/* in most interfaces, the context menu is always on top */
31
$z-index-context-menu: 10000;
0 commit comments