Set tooltip pointers event none
This commit is contained in:
parent
8bd38fdc25
commit
bd6cefc144
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue