Fix for tooltips on badge #2167

Merged
Gusted merged 3 commits from Tooltip-Patch into master 2020-12-29 13:25:10 +00:00
Showing only changes of commit 997cdb1042 - Show all commits

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;
} }