fix(space): hidden goal complete modal click 차단 해제
This commit is contained in:
@@ -193,7 +193,8 @@ export const GoalCompleteSheet = ({
|
|||||||
|
|
||||||
<section
|
<section
|
||||||
className={cn(
|
className={cn(
|
||||||
'pointer-events-auto relative w-full max-w-[42rem] overflow-hidden rounded-[30px] border border-white/12 bg-[linear-gradient(180deg,rgba(18,22,30,0.94)_0%,rgba(9,12,18,0.92)_100%)] text-white shadow-[0_28px_90px_rgba(2,6,23,0.48)] transition-all duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]',
|
'relative w-full max-w-[42rem] overflow-hidden rounded-[30px] border border-white/12 bg-[linear-gradient(180deg,rgba(18,22,30,0.94)_0%,rgba(9,12,18,0.92)_100%)] text-white shadow-[0_28px_90px_rgba(2,6,23,0.48)] transition-all duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]',
|
||||||
|
open ? 'pointer-events-auto' : 'pointer-events-none',
|
||||||
open ? 'translate-y-0 scale-100' : 'translate-y-4 scale-[0.975]',
|
open ? 'translate-y-0 scale-100' : 'translate-y-4 scale-[0.975]',
|
||||||
)}
|
)}
|
||||||
role="dialog"
|
role="dialog"
|
||||||
|
|||||||
Reference in New Issue
Block a user