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

@@ -48,7 +48,7 @@ export const MangaListCard = memo(
onClick={handleClick}
{...longPressBind(() => popupState.open(optionButtonRef.current))}
sx={{
touchCallout: 'none',
userSelect: 'none',
'@media (hover: hover) and (pointer: fine)': {
'&:hover .manga-option-button': {
visibility: 'visible',