Answer the question
In order to leave comments, you need to log in
How to fix this situation in bootstrap?
Tooltip goes under the panel and you can't see what is written there.
How to fix this situation?
Made in Bootstrap 3.2.
Answer the question
In order to leave comments, you need to log in
Add a new style, or edit the style in the bootstrap. Choose the required z-index value so that the tooltip will be above the panel.
.tooltip {
z-index: 9999;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question