Set tooltip pointers event none

This commit is contained in:
Clement Ho 2018-04-23 11:55:43 -05:00
parent 8bd38fdc25
commit bd6cefc144

View file

@ -47,6 +47,11 @@ table {
border-spacing: 0;
}
.tooltip {
// Fix bootstrap4 bug whereby tooltips flicker when they are hovered over their borders
pointer-events: none;
}
// Polyfill deprecated selectors
.hidden {