Skip to content

Commit

Permalink
fix: broken toast (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman authored Oct 8, 2024
1 parent bcb96a8 commit 22cc7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const LayerWrapper = styled.div<{
$margin: SimpleMarginType
}>(({ $position, $margin }) => ({
display: 'flex',
$position: 'absolute',
position: 'absolute',
pointerEvents: 'none',
'& > *': {
pointerEvents: 'auto',
Expand Down

0 comments on commit 22cc7ad

Please sign in to comment.