mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-27 20:38:32 +02:00
Fix modal z scores
This commit is contained in:
@@ -13,7 +13,7 @@ export const ModalWrapper = ({
|
|||||||
<div
|
<div
|
||||||
onClick={() => onClose && onClose()}
|
onClick={() => onClose && onClose()}
|
||||||
className={
|
className={
|
||||||
"fixed z-30 inset-0 overflow-y-auto bg-black bg-opacity-30 flex justify-center items-center " +
|
"fixed z-50 inset-0 overflow-y-auto bg-black bg-opacity-30 flex justify-center items-center " +
|
||||||
(bgClassName || "")
|
(bgClassName || "")
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user