mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-02-04 16:03:54 +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 {
|
#chat-controls {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat-controls > :nth-child(1) {
|
#chat-controls > :nth-child(1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user