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

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;