Skip to content

Commit

Permalink
feat: 바텀시트 스타일 수정 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejin-Yang authored Mar 20, 2024
1 parent 0e3989e commit c62fb59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BottomSheet/BottomSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ type ModalWrapperStyleProps = Pick<BottomSheetProps, 'maxWidth'> & {
};

const ModalDialog = styled.div`
position: relative;
border: none;
z-index: 50;
z-index: 9999;
`;

const BackDrop = styled.div`
Expand Down

0 comments on commit c62fb59

Please sign in to comment.