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 c6e131c commit 25fcb42Copy full SHA for 25fcb42
src/components/ModalCloseButton.tsx
@@ -29,7 +29,7 @@ export const ModalCloseButton = ({ onClose }: ModalCloseButtonProps) => {
29
aria-label="Close modal"
30
icon={<CgClose />}
31
color="white"
32
- position="absolute"
+ position="fixed"
33
transform="translate(50%, -50%)"
34
onClick={() => setShowModal(true)}
35
zIndex="toast"
0 commit comments