overflow auto

This commit is contained in:
MeowcaTheoRange 2024-05-09 14:25:33 -05:00
parent 3cca3b269e
commit 4cf9a23a08
2 changed files with 2 additions and 2 deletions

View file

@ -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 {}

View file

@ -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 {}