mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(frontend): properly remove site overlay when closing modals
This commit is contained in:
@@ -84,7 +84,6 @@ const Modal: React.FC<ModalProps> = ({
|
||||
leave="transition opacity-100 duration-300"
|
||||
leaveFrom="opacity-100"
|
||||
leaveTo="opacity-0"
|
||||
appear
|
||||
show={loading}
|
||||
>
|
||||
<div style={{ position: 'absolute' }}>
|
||||
@@ -98,7 +97,6 @@ const Modal: React.FC<ModalProps> = ({
|
||||
leave="transition opacity-100 duration-300"
|
||||
leaveFrom="opacity-100"
|
||||
leaveTo="opacity-0"
|
||||
appear
|
||||
show={!loading}
|
||||
>
|
||||
<div
|
||||
|
Reference in New Issue
Block a user