From f1f2a01c76c0e5eece2e53d88df4ae932d11b425 Mon Sep 17 00:00:00 2001 From: ryanml Date: Mon, 21 Jun 2021 15:51:09 -0700 Subject: [PATCH] Using fixed positioning for home notifications (#11356) --- ui/components/app/multiple-notifications/index.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/components/app/multiple-notifications/index.scss b/ui/components/app/multiple-notifications/index.scss index ea17e9467..01d3af889 100644 --- a/ui/components/app/multiple-notifications/index.scss +++ b/ui/components/app/multiple-notifications/index.scss @@ -55,9 +55,9 @@ .home-notification-wrapper--show-first { > div { - position: absolute; - bottom: 0; - right: 0; + position: fixed; + bottom: 10px; + right: 10px; visibility: hidden; }