Adjust z-index to not have it mess with the modals
This commit is contained in:
parent
e4a9c3bb42
commit
5e911399b2
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ div.login > div {
|
||||||
/* Tooltip Styling */
|
/* Tooltip Styling */
|
||||||
.tooltip {
|
.tooltip {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
z-index: 10000;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip .tooltip-inner {
|
.tooltip .tooltip-inner {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue