HelpOutTab Buttons Flickering/Scrolling on Hover

My HelpOutTab buttons are flickering/scrolling when I hover on them?

If you notice your buttons within the HelpOutTab panel scrolling or flickering on hover this could be caused due to a peice of CSS on your website. In most cases this will come from a -webkit-transition-property on "a" tags. To fix this issue, please add the following line of code to your CSS file.

#lhn_helppanel *{-webkit-transition-property: none;}

Related articles