Skip to content

Commit 395d447

Browse files
committed
fix(toast): ensure toast notifications are shown above side panels
Signed-off-by: David Edler <david.edler@canonical.com>
1 parent f4c34d2 commit 395d447

File tree

1 file changed

+1
-1
lines changed
  • src/components/Notifications/ToastNotification

1 file changed

+1
-1
lines changed

src/components/Notifications/ToastNotification/Toast.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.toast-animate {
44
position: relative;
5-
z-index: 101;
5+
z-index: 105;
66
}
77

88
.toast-notification,

0 commit comments

Comments
 (0)