diff --git a/app/assets/stylesheets/notifications.css b/app/assets/stylesheets/notifications.css index ccf164a79..d8779c2e6 100644 --- a/app/assets/stylesheets/notifications.css +++ b/app/assets/stylesheets/notifications.css @@ -1,4 +1,8 @@ @layer components { + .notification { + position: relative; + } + .notification-tray { inset: auto var(--inline-space) var(--block-space-half) auto;