From 516de24cbe394faff7dba31d1d2f8752793709ff Mon Sep 17 00:00:00 2001 From: Shane Date: Mon, 31 Jan 2022 09:09:21 -0800 Subject: [PATCH] Fixed multiple-notifications css (#13469) --- ui/components/app/multiple-notifications/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/components/app/multiple-notifications/index.scss b/ui/components/app/multiple-notifications/index.scss index 2427f7cbe..529e6658a 100644 --- a/ui/components/app/multiple-notifications/index.scss +++ b/ui/components/app/multiple-notifications/index.scss @@ -56,8 +56,8 @@ .home-notification-wrapper--show-first { > div { position: fixed; - bottom: 10px; - right: 10px; + bottom: 8px; + right: 8px; visibility: hidden; }