Next attempt to fix tooltip flickering problems (references #66 and #51)

This commit is contained in:
Bernd Bestel
2018-09-25 16:24:43 +02:00
parent 8008fcdc65
commit 5112e0f551
10 changed files with 24 additions and 8 deletions

View File

@@ -199,5 +199,5 @@ td {
/* Third party component customizations - Popper.js */
.tooltip {
pointer-events: auto;
pointer-events: none;
}