mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-06 21:53:50 +01:00
UI: add a scrollbar to the right sidebar
This commit is contained in:
parent
d01dd2e1c8
commit
228caf0f3c
|
|
@ -818,6 +818,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
#chat-controls {
|
||||
padding: 1rem;
|
||||
padding-bottom: 0;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
#chat-controls > :nth-child(1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue