Fix for tooltips on badge
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user