Fix modal z scores

This commit is contained in:
Weves
2024-01-08 18:25:17 -08:00
committed by Chris Weaver
parent 1da79c8627
commit 733626f277

View File

@@ -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 || "")
}
>