Remove overflow hidden
This commit is contained in:
@@ -59,7 +59,7 @@ export const ExternalLinkEmbed = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={[a.flex_col, a.rounded_sm, a.overflow_hidden]}>
|
<View style={[a.flex_col, a.rounded_sm]}>
|
||||||
<LinkWrapper link={link} onOpen={onOpen} style={style}>
|
<LinkWrapper link={link} onOpen={onOpen} style={style}>
|
||||||
{imageUri && !embedPlayerParams ? (
|
{imageUri && !embedPlayerParams ? (
|
||||||
<View>
|
<View>
|
||||||
|
|||||||
Reference in New Issue
Block a user