mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 01:55:47 +00:00
Fixed tooltip flickering problems (this closes #51)
This commit is contained in:
parent
a9b696f41c
commit
1d5e82c341
@ -183,3 +183,8 @@ td {
|
|||||||
.typeahead .active {
|
.typeahead .active {
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Third party component customizations - Popper.js */
|
||||||
|
.tooltip {
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user