Commit f2cf9b9e authored by Clement Ho's avatar Clement Ho Committed by Mike Greiling

Fix tooltip flicker

parent fb770344
......@@ -128,6 +128,11 @@ table {
border-spacing: 0;
}
.tooltip {
// Fix bootstrap4 bug whereby tooltips flicker when they are hovered over their borders
pointer-events: none;
}
.popover {
font-size: 14px;
}
......
---
title: Fix tooltip flickering bug
merge_request:
author:
type: fixed
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