fix tooltips

This commit is contained in:
vapormusic 2022-03-26 10:55:57 +07:00
parent 014539096b
commit 0db30d1b95

View file

@ -7522,7 +7522,7 @@ fieldset:disabled .btn {
// Tooltips // Tooltips
.tooltip { .tooltip {
position : absolute; position : absolute;
z-index : 1080; z-index : 999999;
display : block; display : block;
margin : 0; margin : 0;
font-family : var(--bs-font-sans-serif); font-family : var(--bs-font-sans-serif);