overflow auto
This commit is contained in:
parent
3cca3b269e
commit
4cf9a23a08
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
|||
background-color: var(--bg-1);
|
||||
color: var(--fg-1);
|
||||
border-right: 1px solid var(--neutral);
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.ChatLayout_Aside.Modifier_Open {}
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
background-color: var(--bg-1);
|
||||
color: var(--fg-1);
|
||||
border-right: 1px solid var(--neutral);
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.MainLayout_Aside.Modifier_Open {}
|
||||
|
|
Loading…
Reference in a new issue