Disable pointer events on media border (#5327)
parent
9163f676f5
commit
78a531f5ff
|
@ -34,6 +34,9 @@ export function MediaInsetBorder({
|
|||
: t.atoms.border_contrast_high,
|
||||
{opacity: 0.6},
|
||||
],
|
||||
{
|
||||
pointerEvents: 'none',
|
||||
},
|
||||
style,
|
||||
]}>
|
||||
{children}
|
||||
|
|
Loading…
Reference in New Issue