From 22cc7addc0ace1dfd3f1500d4902d70ca3326c2b Mon Sep 17 00:00:00 2001 From: Jake Laderman Date: Tue, 8 Oct 2024 17:13:20 -0500 Subject: [PATCH] fix: broken toast (#655) --- src/components/Layer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layer.tsx b/src/components/Layer.tsx index 4469bbfc..da4c3aa3 100644 --- a/src/components/Layer.tsx +++ b/src/components/Layer.tsx @@ -121,7 +121,7 @@ const LayerWrapper = styled.div<{ $margin: SimpleMarginType }>(({ $position, $margin }) => ({ display: 'flex', - $position: 'absolute', + position: 'absolute', pointerEvents: 'none', '& > *': { pointerEvents: 'auto',