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',