FIX: ensures chat-thread is not overflowing (#21782)

This commit is contained in:
Joffrey JAFFEUX 2023-05-29 09:55:50 +02:00 committed by GitHub
parent 6ddd17a756
commit 9215de3af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@
.chat-side-panel {
grid-area: threads;
min-height: 100%;
box-sizing: border-box;
border-left: 1px solid var(--primary-low);
position: relative;