Commit bd6cefc1 authored by Clement Ho's avatar Clement Ho

Set tooltip pointers event none

parent 8bd38fdc
...@@ -47,6 +47,11 @@ table { ...@@ -47,6 +47,11 @@ table {
border-spacing: 0; border-spacing: 0;
} }
.tooltip {
// Fix bootstrap4 bug whereby tooltips flicker when they are hovered over their borders
pointer-events: none;
}
// Polyfill deprecated selectors // Polyfill deprecated selectors
.hidden { .hidden {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment