Fix for tooltips on badge

This commit is contained in:
Gusted
2020-12-26 17:09:34 +01:00
parent 21c894eef7
commit 997cdb1042

View File

@@ -408,7 +408,7 @@ input#nav-toggle,
} }
/* Vanilla CSS implementation for tooltip */ /* Vanilla CSS implementation for tooltip */
[data-toggle="tooltip"] { [data-toggle="tooltip"]:hover {
cursor: pointer; cursor: pointer;
position: relative; position: relative;
z-index: 1337; z-index: 1337;
@@ -435,6 +435,7 @@ input#nav-toggle,
padding: 7px; padding: 7px;
position: absolute; position: absolute;
text-align: center; text-align: center;
white-space: break-spaces;
width: 200px; width: 200px;
} }