Tooltip behind other elements

Hi,

if we try to use the tooltip feature its behind other elements? Any chance to make it always on top?

Comments

  • This bug only happens when there is a entrance animation applied.
  • 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;
    }
  • Hi,

    thanks for above css. We are happy to know that you found solution yourself.
Sign In or Register to comment.