Skip to content
Snippets Groups Projects
Commit f2cf9b9e authored by Clement Ho's avatar Clement Ho Committed by Mike Greiling
Browse files

Fix tooltip flicker

parent fb770344
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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;
}
Loading
Loading
---
title: Fix tooltip flickering bug
merge_request:
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment