diff --git a/src/features/core/components/common-modal.tsx b/src/features/core/components/common-modal.tsx index 38e876b..b44b3c5 100644 --- a/src/features/core/components/common-modal.tsx +++ b/src/features/core/components/common-modal.tsx @@ -54,13 +54,13 @@ const CommonModal = ({ children, ...props }: Props) => { overlay: { backdropFilter: "blur(10px)", backgroundColor: "rgba(0, 0, 0, 0.5)", + WebkitBackdropFilter: "blur(10px)", }, }} >