Commit 7dec5c79 authored by David Scherer's avatar David Scherer
Browse files

fixes #13216

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).
parent d178a958
Showing with 2 additions and 2 deletions
+2 -2
...@@ -249,8 +249,8 @@ ...@@ -249,8 +249,8 @@
@zindex-navbar: 1000; @zindex-navbar: 1000;
@zindex-dropdown: 1000; @zindex-dropdown: 1000;
@zindex-popover: 1010; @zindex-popover: 1060; // @fix #13216
@zindex-tooltip: 1030; @zindex-tooltip: 1070; // @fix #13216
@zindex-navbar-fixed: 1030; @zindex-navbar-fixed: 1030;
@zindex-modal-background: 1040; @zindex-modal-background: 1040;
@zindex-modal: 1050; @zindex-modal: 1050;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment