mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 01:40:15 +01:00
🤿 fix: Unexpected Tooltip Closures (#10860)
This commit is contained in:
parent
05395bf6fe
commit
e415035cc5
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
.tooltip {
|
.tooltip {
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
pointer-events: auto;
|
||||||
border-radius: 0.275rem;
|
border-radius: 0.275rem;
|
||||||
background-color: var(--surface-primary);
|
background-color: var(--surface-primary);
|
||||||
padding-top: 0.25rem;
|
padding-top: 0.25rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue