Fix StillImage in Safari
This commit is contained in:
parent
1e155c4efd
commit
0111d4f179
|
@ -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'>
|
||||||
|
|
Loading…
Reference in New Issue