0
0
Fork 0

Adjust z-index to not have it mess with the modals

This commit is contained in:
Tyler-A 2020-07-06 23:53:36 -06:00
parent e4a9c3bb42
commit 5e911399b2

View file

@ -168,7 +168,7 @@ div.login > div {
/* Tooltip Styling */
.tooltip {
display: none !important;
z-index: 10000;
z-index: 2;
}
.tooltip .tooltip-inner {