From 6ef328002078dd4b9d26eb1649ffec44ae9eda1b Mon Sep 17 00:00:00 2001 From: Evelyn Eastmond <evhan55@gmail.com> Date: Wed, 19 Sep 2018 11:57:19 -0400 Subject: [PATCH] Fixing z-index so alerts display on top of stage. --- src/css/z-index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/z-index.css b/src/css/z-index.css index ce1d8f6e4..87cc2cd01 100644 --- a/src/css/z-index.css +++ b/src/css/z-index.css @@ -14,7 +14,6 @@ $z-index-tooltip: 130; /* tooltips should go over add buttons if they overlap */ $z-index-card: 490; $z-index-loader: 500; $z-index-modal: 510; -$z-index-alerts: 520; $z-index-drag-layer: 1000; $z-index-monitor-dragging: 1010; @@ -24,6 +23,7 @@ $z-index-stage-color-picker-background: 2000; $z-index-stage-with-color-picker: 2010; $z-index-stage-header: 5000; $z-index-stage-wrapper-overlay: 5000; +$z-index-alerts: 5010; /* in most interfaces, the context menu is always on top */ $z-index-context-menu: 10000; -- GitLab