Avoid tooltip flickering on mouse events

This commit is contained in:
Johannes Zellner
2020-03-05 20:44:09 -08:00
parent 547b351f40
commit 0ea2f48d94

View File

@@ -140,6 +140,10 @@ input[type="checkbox"] {
text-overflow: ellipsis;
}
.tooltip {
pointer-events: none;
}
.btn.pull-right {
margin-left: 5px;
}