fix scrollbar issue in chat

pull/90/head
Aevann 2023-01-20 06:46:33 +02:00
parent cc44dcce2f
commit 1581cb6712
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ lite-youtube {
position: relative;
padding-right: 1.5rem;
max-height: 300px;
overflow: scroll;
overflow-x: scroll;
}
.ChatMessage__isDm {
background: var(--gray-800);