From 9752cd6371bc4a720e45871161e389e4a9ad8e8f Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 4 Nov 2020 14:17:00 -0500 Subject: [PATCH] fix(alert): correctly position alert when keyboard is open (#22425) Co-authored-by: Masahiko Sakakibara --- 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 8881d666e3..cdd191b2c2 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;