From 751a3f02f3862cda8415f78d471aed971dd60c7e Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 18 Sep 2020 10:22:21 -0400 Subject: [PATCH] wtf vercel --- src/components/alert/alert.light-dom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/alert/alert.light-dom.scss b/src/components/alert/alert.light-dom.scss index 93921af4..8df3d850 100644 --- a/src/components/alert/alert.light-dom.scss +++ b/src/components/alert/alert.light-dom.scss @@ -1,8 +1,8 @@ .sl-toast-stack { position: fixed; + z-index: var(--sl-z-index-toast); top: 0; right: 0; - z-index: var(--sl-z-index-toast); width: 28rem; max-width: 100%; max-height: 100%;