Skip to content

Commit

Permalink
Disable pointer events on media border (#5327)
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey authored Sep 13, 2024
1 parent 9163f67 commit 78a531f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/MediaInsetBorder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export function MediaInsetBorder({
: t.atoms.border_contrast_high,
{opacity: 0.6},
],
{
pointerEvents: 'none',
},
style,
]}>
{children}
Expand Down

0 comments on commit 78a531f

Please sign in to comment.