Remove overflow hidden

This commit is contained in:
Eric Bailey
2024-09-15 13:53:14 -05:00
parent f8658f0795
commit feedaf8a82
@@ -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>