From 3d675e17b4ab00f3e2451e5aa495e6223ec3eb9f Mon Sep 17 00:00:00 2001 From: illia-prokopchuk <78905712+illia-prokopchuk@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:09:44 +0200 Subject: [PATCH] Fix [UI] Page navigation blocked by Notification pop-up (#3073) --- src/common/Notifications/notifications.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Notifications/notifications.scss b/src/common/Notifications/notifications.scss index 58ae7529b..33858b564 100644 --- a/src/common/Notifications/notifications.scss +++ b/src/common/Notifications/notifications.scss @@ -1,7 +1,7 @@ .notifications-wrapper { position: absolute; right: 1.5em; - left: 1.5em; + margin-left: 1.5em; bottom: 1em; display: flex; flex: 1 1;