Disable pointer events on media border (#5327)
This commit is contained in:
@@ -34,6 +34,9 @@ export function MediaInsetBorder({
|
|||||||
: t.atoms.border_contrast_high,
|
: t.atoms.border_contrast_high,
|
||||||
{opacity: 0.6},
|
{opacity: 0.6},
|
||||||
],
|
],
|
||||||
|
{
|
||||||
|
pointerEvents: 'none',
|
||||||
|
},
|
||||||
style,
|
style,
|
||||||
]}>
|
]}>
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
Reference in New Issue
Block a user