🤿 fix: Unexpected Tooltip Closures (#10860)

This commit is contained in:
Dustin Healy 2025-12-09 17:13:44 -08:00 committed by GitHub
parent 05395bf6fe
commit e415035cc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
.tooltip {
z-index: 50;
cursor: pointer;
pointer-events: auto;
border-radius: 0.275rem;
background-color: var(--surface-primary);
padding-top: 0.25rem;