We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e079b commit 0fa503fCopy full SHA for 0fa503f
resources/scripts/components/elements/Modal.tsx
@@ -36,7 +36,7 @@ const ModalContainer = styled.div<{ alignTop?: boolean }>`
36
${breakpoint('md')`margin-top: 10%`};
37
`};
38
39
- margin-bottom: 5%;
+ margin-bottom: auto;
40
41
& > .close-icon {
42
${tw`absolute right-0 p-2 text-white cursor-pointer opacity-50 transition-all duration-150 ease-linear hover:opacity-100`};
0 commit comments