Skip to content

Commit

Permalink
fix: lift the React notification banner above the modal overlay (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela authored Nov 16, 2023
1 parent 1c0cd6f commit 01e5200
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/v2/styles/Notification/Notification-layout.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.str-chat__notification {
padding: var(--str-chat__spacing-3_5) var(--str-chat__spacing-4);
}

.str-chat-react__notification {
z-index: 101;
}

0 comments on commit 01e5200

Please sign in to comment.