🤿 fix: Unexpected Tooltip Closures (#10860)

This commit is contained in:
Dustin Healy 2025-12-09 17:13:44 -08:00 committed by Danny Avila
parent 2ed2b87c30
commit 97650ffb3f
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956

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;