mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
🤿 fix: Unexpected Tooltip Closures (#10860)
This commit is contained in:
parent
2ed2b87c30
commit
97650ffb3f
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