Skip to content

Commit

Permalink
ToastArea 의 zIndex 를 수정했다
Browse files Browse the repository at this point in the history
  • Loading branch information
healtheloper committed Sep 21, 2023
1 parent 4481e77 commit 96e96de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createStyles } from '@co-design/styles';
import { DEFAULT_Z_INDEX, createStyles } from '@co-design/styles';

export default createStyles(() => ({
root: {
Expand All @@ -7,7 +7,7 @@ export default createStyles(() => ({
right: '24px',
maxWidth: '450px',
width: '95%',
zIndex: '2000',
zIndex: DEFAULT_Z_INDEX.toast,
'@media (max-width: 500px)': {
right: '2.5%',
},
Expand Down

0 comments on commit 96e96de

Please sign in to comment.