• Resolved pilgrimken

    (@pilgrimken)


    I’m using SimpleTooltips to make some pretty long tooltips – so long that I have to scroll the page to see the whole thing (especially on a smaller display). Having done so, when I mouse-out to close the tooltip, my cursor is now way down the page so I have to scroll back up to the location of the trigger text. Is there a way to make the tooltip draggable, or to scroll it independently of the underlying page?

    Thanks!

    https://www.ads-software.com/plugins/simple-tooltips/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pilgrimken

    (@pilgrimken)

    How about an internal scrollbar?
    and a way to make the focus return to the trigger text (a named anchor) on exiting/closing the tooltip?

    Thread Starter pilgrimken

    (@pilgrimken)

    by the way – thanks for Simple Tooltips!

    Plugin Author ClevelandWebDeveloper

    (@clevelandwebdeveloper)

    Hi Pilgrim,

    If you know how to edit the CSS on your site, you could try adding something like the following:

    .Zebra_Tooltip .Zebra_Tooltip_Message{
    overflow-x: hidden;
    max-height: 200px;
    }

    You could change 200 to whatever you want the max height of your tooltips to be.

    Best,
    Justin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘make tooltip draggable’ is closed to new replies.