Skip to content

Commit 328a035

Browse files
authored
Merge pull request #3829 from benjiwheeler/fix-alert-z-index
moved z-index of alerts down around modal, loader levels
2 parents 00c421d + c94feca commit 328a035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/z-index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ $z-index-tooltip: 47; /* tooltips should go over add buttons if they overlap */
1313
$z-index-monitor: 48; /* monitors go over add buttons */
1414
/* Block drag z-index: 50; set in scratch-blocks */
1515

16-
$z-index-card: 490;
16+
$z-index-card: 480;
17+
$z-index-alerts: 490;
1718
$z-index-loader: 500;
1819
$z-index-modal: 510;
1920

@@ -25,7 +26,6 @@ $z-index-stage-color-picker-background: 2000;
2526
$z-index-stage-with-color-picker: 2010;
2627
$z-index-stage-header: 5000;
2728
$z-index-stage-wrapper-overlay: 5000;
28-
$z-index-alerts: 5010;
2929

3030
/* in most interfaces, the context menu is always on top */
3131
$z-index-context-menu: 10000;

0 commit comments

Comments
 (0)