docweathers
Extraordinary Member
Member details
- Joined
- Feb 23, 2010
- Messages
- 65
Is there some way to turn off hover select? Having things pop up that I didn't want is driving me nuts.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hello, yes you can disable the hover, adding CSS:
pointer-events:none;
in the required place. I hope it will helpful for you.
Where is the "required place"?Hello, yes you can disable the hover, adding CSS:
pointer-events:none;
in the required place. I hope it will helpful for you.