have back button dismiss lightbox on web (#9874)
This commit is contained in:
@@ -72,19 +72,7 @@ export function VideoEmbedInnerWeb({
|
||||
loop={loop}
|
||||
/>
|
||||
{embed.alt && (
|
||||
<figcaption
|
||||
id={figId}
|
||||
style={{
|
||||
position: 'absolute',
|
||||
width: 1,
|
||||
height: 1,
|
||||
padding: 0,
|
||||
margin: -1,
|
||||
overflow: 'hidden',
|
||||
clip: 'rect(0, 0, 0, 0)',
|
||||
whiteSpace: 'nowrap',
|
||||
borderWidth: 0,
|
||||
}}>
|
||||
<figcaption id={figId} style={a.sr_only}>
|
||||
{embed.alt}
|
||||
</figcaption>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user