Mobile Tooltip in Creation | World Anvil

You are not logged in!
Login Link

Just a reminder you are not following this thread.

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  
Mobile Tooltip
Generic article | May 7, 2021

Comments

Please Login in order to comment!
Powered by World Anvil