Title: make tooltip draggable
Last modified: August 31, 2016

---

# make tooltip draggable

 *  Resolved [pilgrimken](https://wordpress.org/support/users/pilgrimken/)
 * (@pilgrimken)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/make-tooltip-draggable/)
 * 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://wordpress.org/plugins/simple-tooltips/](https://wordpress.org/plugins/simple-tooltips/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [pilgrimken](https://wordpress.org/support/users/pilgrimken/)
 * (@pilgrimken)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/make-tooltip-draggable/#post-7403919)
 * 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](https://wordpress.org/support/users/pilgrimken/)
 * (@pilgrimken)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/make-tooltip-draggable/#post-7403938)
 * by the way – thanks for Simple Tooltips!
 *  Plugin Author [ClevelandWebDeveloper](https://wordpress.org/support/users/clevelandwebdeveloper/)
 * (@clevelandwebdeveloper)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/make-tooltip-draggable/#post-7404138)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-tooltips_cfcfcf.svg)
 * [Simple Tooltips](https://wordpress.org/plugins/simple-tooltips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-tooltips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-tooltips/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-tooltips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-tooltips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-tooltips/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [ClevelandWebDeveloper](https://wordpress.org/support/users/clevelandwebdeveloper/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/make-tooltip-draggable/#post-7404138)
 * Status: resolved