mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 21:46:16 +02: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…
Reference in New Issue
Block a user