Disable pointer events on media border (#5327)

zio/dev^2
Eric Bailey 2024-09-13 13:02:47 -05:00 committed by GitHub
parent 9163f676f5
commit 78a531f5ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ export function MediaInsetBorder({
: t.atoms.border_contrast_high,
{opacity: 0.6},
],
{
pointerEvents: 'none',
},
style,
]}>
{children}