mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-04 09:38:50 +01:00
style: show scrollbar over content.
This commit is contained in:
parent
7353829719
commit
cef98070e9
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@
|
|||
transition: all 1s ease-in-out;
|
||||
} */
|
||||
|
||||
.overflow-y-auto {
|
||||
overflow-y: overlay;
|
||||
}
|
||||
|
||||
.openAIOptions-simple-container {
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue