swisnl / jQuery-contextMenu

jQuery contextMenu plugin & polyfill
https://swisnl.github.io/jQuery-contextMenu/
MIT License
2.24k stars 744 forks source link

Submenu Zooming in on Mobile #637

Open lancshaw opened 6 years ago

lancshaw commented 6 years ago

I have created a menu with a submenu. When I access the submenu items, the size of the menu items doubles and is cut off on the page. I have tried setting the CSS properties:

text-size-adjust: none !important; -webkit-text-size-adjust: none !important;

I have also tried:

text-size-adjust: 100% !important; -webkit-text-size-adjust: 100% !important;

But this continues to happen.

screenshot