Skip to content

Commit

Permalink
Merge pull request #24602 from yoshi2no/patch/24476/yoshi2no
Browse files Browse the repository at this point in the history
UI: Update zIndex on NotificationList to fix the notification not being clickable in certain cases
  • Loading branch information
cdedreuille committed Nov 2, 2023
2 parents efcda42 + adcdd81 commit fbc8624
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import NotificationItem from './NotificationItem';

const List = styled.div<{ placement?: CSSObject }>(
{
zIndex: 10,
zIndex: 11,

'> * + *': {
marginTop: 10,
Expand Down

0 comments on commit fbc8624

Please sign in to comment.