mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Fixed tooltip flickering problems (this closes #51)
This commit is contained in:
@@ -183,3 +183,8 @@ td {
|
||||
.typeahead .active {
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
|
||||
/* Third party component customizations - Popper.js */
|
||||
.tooltip {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user