fix: cannot hover over project card tooltip items (#6071)

fix: cannot hover over project cards
This commit is contained in:
Truman Gao
2026-05-11 15:39:09 -06:00
committed by GitHub
parent 86d377b915
commit 612934bf34
5 changed files with 47 additions and 3 deletions

View File

@@ -711,6 +711,8 @@ a:not(.no-click-animation),
}
.v-popper--theme-tooltip {
pointer-events: none;
.v-popper__inner {
background: var(--color-tooltip-bg) !important;
color: var(--color-tooltip-text) !important;