Skip to content

Commit 0fa503f

Browse files
authored
Fixed phantom shadow when opening modal window
1 parent e1e079b commit 0fa503f

File tree

1 file changed

+1
-1
lines changed
  • resources/scripts/components/elements

1 file changed

+1
-1
lines changed

resources/scripts/components/elements/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const ModalContainer = styled.div<{ alignTop?: boolean }>`
3636
${breakpoint('md')`margin-top: 10%`};
3737
`};
3838
39-
margin-bottom: 5%;
39+
margin-bottom: auto;
4040
4141
& > .close-icon {
4242
${tw`absolute right-0 p-2 text-white cursor-pointer opacity-50 transition-all duration-150 ease-linear hover:opacity-100`};

0 commit comments

Comments
 (0)