diff --git a/src/modules/manga/components/MangaOptionButton.tsx b/src/modules/manga/components/MangaOptionButton.tsx index eac8dfb4..c4027662 100644 --- a/src/modules/manga/components/MangaOptionButton.tsx +++ b/src/modules/manga/components/MangaOptionButton.tsx @@ -96,7 +96,11 @@ export const MangaOptionButton = forwardRef( visibility: popupState.isOpen ? 'visible' : 'hidden', pointerEvents: 'none', '@media not (pointer: fine)': { - display: 'none', + visibility: 'hidden', + width: 0, + height: 0, + p: 0, + m: 0, }, }} >