Skip to content

Commit 027c705

Browse files
committed
Correctly overlay spinner over all modal elements
1 parent b482632 commit 027c705

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
@@ -110,7 +110,7 @@ const Modal: React.FC<ModalProps> = ({ visible, appear, dismissable, showSpinner
110110
<Fade timeout={150} appear in>
111111
<div
112112
css={tw`absolute w-full h-full rounded flex items-center justify-center`}
113-
style={{ background: 'hsla(211, 10%, 53%, 0.25)' }}
113+
style={{ background: 'hsla(211, 10%, 53%, 0.35)', zIndex: 9999 }}
114114
>
115115
<Spinner/>
116116
</div>

0 commit comments

Comments
 (0)