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; }