From 413950bcc5ec6dbfe44b9145e83b11d848ef0da0 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 3 Nov 2020 10:29:09 -0500 Subject: [PATCH] switch to abs --- core/src/components/alert/alert.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/alert/alert.scss b/core/src/components/alert/alert.scss index 8881d666e33..cdd191b2c27 100644 --- a/core/src/components/alert/alert.scss +++ b/core/src/components/alert/alert.scss @@ -27,7 +27,7 @@ @include position(0, 0, 0, 0); display: flex; - position: fixed; + position: absolute; align-items: center; justify-content: center;