Fix StillImage in Safari

This commit is contained in:
Alex Gleason 2022-11-22 10:31:23 -06:00
parent 1e155c4efd
commit 0111d4f179
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ const StillImage: React.FC<IStillImage> = ({ alt, className, src, style, letterb
return ( return (
<div <div
data-testid='still-image-container' data-testid='still-image-container'
className={classNames(className, 'group overflow-hidden')} className={classNames(className, 'group overflow-hidden isolate')}
style={style} style={style}
> >
<div className='relative w-full h-full'> <div className='relative w-full h-full'>