fixes #4044: make z-index of tooltips same as fixed navbar so they overlay it if generated from within
This commit is contained in:
parent
e6e0e2ac9b
commit
e79eb75e09
2 changed files with 3 additions and 3 deletions
|
|
@ -125,7 +125,7 @@
|
|||
// Try to avoid customizing these :)
|
||||
@zindexDropdown: 1000;
|
||||
@zindexPopover: 1010;
|
||||
@zindexTooltip: 1020;
|
||||
@zindexTooltip: 1030;
|
||||
@zindexFixedNavbar: 1030;
|
||||
@zindexModalBackdrop: 1040;
|
||||
@zindexModal: 1050;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue