-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popover Displays Behind Modal (3.1.1) #13216
Comments
Confirmed, after adding missing |
thedavidscherer
pushed a commit
to thedavidscherer/bootstrap
that referenced
this issue
Mar 28, 2014
change `@zindex-popover` and `@zindex-tooltip` values to be greater than those set for `@zindex-modal` allowing tooltips and popovers to be displayed in front of modals (and all other content).
@cvrebert My bad, sorry about that. |
Merged
mdo
added a commit
that referenced
this issue
Apr 3, 2014
Closed
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Nov 4, 2014
change `@zindex-popover` and `@zindex-tooltip` values to be greater than those set for `@zindex-modal` allowing tooltips and popovers to be displayed in front of modals (and all other content).
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Nov 4, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue is prevalent across all browsers. It is caused by the
@zindex-popover
and@zindex-tootip
settings invariables.less
.jsBin reproducing the error: http://jsbin.com/tesaceso/3/edit?output
This issue has seemingly popped up repeatedly over the years going back to BS 2 (that I can tell).
Changing the
@zindex-tootip
and@zindex-popover
values to be higher than@zindex-modal
resolves the issue.The text was updated successfully, but these errors were encountered: