Correctly overlay spinner over all modal elements
This commit is contained in:
parent
b482632af4
commit
027c705733
|
@ -110,7 +110,7 @@ const Modal: React.FC<ModalProps> = ({ visible, appear, dismissable, showSpinner
|
||||||
<Fade timeout={150} appear in>
|
<Fade timeout={150} appear in>
|
||||||
<div
|
<div
|
||||||
css={tw`absolute w-full h-full rounded flex items-center justify-center`}
|
css={tw`absolute w-full h-full rounded flex items-center justify-center`}
|
||||||
style={{ background: 'hsla(211, 10%, 53%, 0.25)' }}
|
style={{ background: 'hsla(211, 10%, 53%, 0.35)', zIndex: 9999 }}
|
||||||
>
|
>
|
||||||
<Spinner/>
|
<Spinner/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue