docs: improve tailwind configuration (#5215)
This commit is contained in:
@@ -34,7 +34,7 @@ export const ModalProvider = ({ children }: ModalProviderProps) => {
|
||||
{children}
|
||||
{modalProps && (
|
||||
<>
|
||||
<div className="bg-medusa-bg-overlay dark:bg-medusa-bg-overlay-dark fixed top-0 left-0 z-[499] h-screen w-screen"></div>
|
||||
<div className="bg-medusa-bg-overlay fixed top-0 left-0 z-[499] h-screen w-screen"></div>
|
||||
<Modal {...modalProps} onClose={closeModal} />
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user