mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-26 11:58:28 +02:00
Fix modal z scores
This commit is contained in:
@@ -13,7 +13,7 @@ export const ModalWrapper = ({
|
||||
<div
|
||||
onClick={() => onClose && onClose()}
|
||||
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 || "")
|
||||
}
|
||||
>
|
||||
|
Reference in New Issue
Block a user