Skip to content

Commit

Permalink
fix(manager): changed NotificationList z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi2no committed Oct 28, 2023
1 parent 010fc13 commit adcdd81
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 adcdd81

Please sign in to comment.