Fixed tooltips not animating in

This commit is contained in:
thepaperpilot 2021-09-19 12:40:30 -05:00
parent 34487cb3da
commit 21dbcc0d66

View file

@ -102,7 +102,7 @@ export default defineComponent({
z-index: 10;
}
.fade-enter,
.fade-enter-from,
.fade-leave-to {
opacity: 0;
}