MediaGallery: fix cursor over Gameboy component
This commit is contained in:
parent
5aa69c917f
commit
dd1e1aca82
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ const Item: React.FC<IItem> = ({
|
|||
style={{ position, float, left, top, right, bottom, height, width: `${width}%` }}
|
||||
>
|
||||
<Suspense fallback={<div className='media-gallery__item-thumbnail' />}>
|
||||
<Gameboy className='media-gallery__item-thumbnail' src={attachment.url} />
|
||||
<Gameboy className='media-gallery__item-thumbnail cursor-default' src={attachment.url} />
|
||||
</Suspense>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue