Skip to content

Commit

Permalink
fix: lift notifications above modal overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Nov 16, 2023
1 parent 25e66dc commit cf6c4f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MessageList/CustomNotification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const UnMemoizedCustomNotification = (props: PropsWithChildren<CustomNotificatio
className={clsx(
`str-chat__custom-notification notification-${type}`,
`str-chat__notification`,
`str-chat-react__notification`,
className,
)}
data-testid='custom-notification'
Expand Down

0 comments on commit cf6c4f4

Please sign in to comment.