Recently, I started using the jQuery contextMenu which can be found at .
The issue I encountered involves a menu with a submenu. Whenever I try to access the submenu items on mobile Safari or Chrome, the size of the menu items suddenly doubles and gets cut off from the page as shown in this image: https://i.sstatic.net/pTYlAl.jpg
I attempted to address this problem by setting different CSS properties like:
text-size-adjust: none !important;
-webkit-text-size-adjust: none !important;
Additionally, I also tried:
text-size-adjust: 100% !important;
-webkit-text-size-adjust: 100% !important;
Unfortunately, these solutions did not resolve the issue. If anyone has any insights or suggestions on how to fix this, your assistance would be highly appreciated!