Skip to content

Commit 84cc71a

Browse files
committed
style: 불필요한 스타일 제거
1 parent ec5a1bc commit 84cc71a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/components/SubscriptionModifyModal/SubscriptionModifyModal.styles.ts

-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const modalPosStyle = ({ colors, flex }: Theme, modalPos: ModalPosType) => css`
4141
right: ${modalPos.right ? `${modalPos.right}px` : 'none'};
4242
bottom: ${modalPos.bottom ? `${modalPos.bottom}px` : 'none'};
4343
left: ${modalPos.left ? `${modalPos.left}px` : 'none'};
44-
z-index: 30;
4544
4645
border: 1px solid ${colors.GRAY_300};
4746
border-radius: 4px;
@@ -63,7 +62,6 @@ const outerStyle = css`
6362
position: fixed;
6463
left: 0;
6564
top: 16rem;
66-
z-index: 20;
6765
6866
width: 100%;
6967
height: 100%;

0 commit comments

Comments
 (0)