Prevent native mobile menu on long press

This commit is contained in:
schroda
2025-05-30 22:20:26 +02:00
parent 29d0e3ae55
commit 1162f76472
3 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ export const MangaGridCard = memo(
onClick={handleClick}
to={mangaLinkTo}
state={Mangas.createLocationState(manga, mode)}
sx={{ textDecoration: 'none', touchCallout: 'none' }}
sx={{ textDecoration: 'none', userSelect: 'none' }}
>
<Box
sx={{