Mobile Tooltip
I'm a mobile page with some
random tooltip text
Just press down and hold on mobile.
Copy and paste the following
@media only screen and (max-width: 800px) { .user-css .tooltipster { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } }Feel free to experiment with the max width. An average mobile size is 400 x 600 landscape or 600 x 400 portrait Based completely on the work of
Comments