dont work
This commit is contained in:
@@ -48,9 +48,8 @@ export const Modal: React.FC<ModalProps> = ({
|
||||
transition={{ duration: 0.15 }}
|
||||
className={cn(
|
||||
" fixed top-0 left-0 h-svh w-svw backdrop-filter transition-all z-50",
|
||||
// " pointer-events-none",
|
||||
backdrop == "blur" && open ? "backdrop-blur-sm" : "",
|
||||
backdrop == "opaque" && open ? "bg-[#00000055]" : ""
|
||||
backdrop == "blur" && open && "backdrop-blur-sm",
|
||||
backdrop == "opaque" && open && "bg-[#00000055] pointer-events-none",
|
||||
)}
|
||||
></motion.div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user