I’m having an issue where the tooltip is above all elements. Is there anyway this could be fixed? See Screenshots
Hi @dfacey2008, thanks for your message.
As a possible solution, allow me to recommend choosing the following hiding condition (the tooltip disappears once it is unhovered):
Also, to reduce the time of the tooltip display, you can apply the following CSS code in an HTML element, placed on the page:
- add an ID to your header
- add an HTML element with the following CSS code (the number should be big enough):
<style>
#idForOurHeader{
z-index: 167890!important;
}
</style>
Hope this hint will help. Drop a message if there will be any other plugin-related questions that I can help with.
Regards,