From 2ae69808907787c53dfbb1506b003344fd1d7cbc Mon Sep 17 00:00:00 2001 From: Jake Laderman Date: Tue, 8 Oct 2024 16:06:31 -0500 Subject: [PATCH] fix broken toast --- 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',