Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
BeBuilder
Tooltip behind other elements
4itsgmbh
May 2017
in
BeBuilder
Hi,
if we try to use the tooltip feature its behind other elements? Any chance to make it always on top?
http://imgur.com/a/53Hev
Comments
4itsgmbh
May 2017
This bug only happens when there is a entrance animation applied.
4itsgmbh
May 2017
edited May 2017
Okay found a solution
.tooltip {
display: inline-block;
position: relative;
cursor: help;
border-bottom-width: 1px;
border-style: dotted;
z-index: 999;
}
Albert
May 2017
Hi,
thanks for above css. We are happy to know that you found solution yourself.
Sign In
or
Register
to comment.
Comments
thanks for above css. We are happy to know that you found solution yourself.