I'm building a simple html menu with unordered lists and I'm trying to prevent google chrome browser to display its magnifier every time I click a link.
The browser considers the li's to be too close from each other for the user to click it accurately. But I disagree! 
How could I disable/cancel/prevent this behavior, other than setting a bigger padding on the li elements please? Is there even a way?