Fixed tooltip flickering problems (this closes #51)

This commit is contained in:
Bernd Bestel 2018-09-08 08:49:09 +02:00
parent a9b696f41c
commit 1d5e82c341
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -183,3 +183,8 @@ td {
.typeahead .active {
background-color: #e5e5e5;
}
/* Third party component customizations - Popper.js */
.tooltip {
pointer-events: auto;
}