mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 08:55:38 +08:00
FIX: ensures chat-thread is not overflowing (#21782)
This commit is contained in:
parent
6ddd17a756
commit
9215de3af7
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
.chat-side-panel {
|
.chat-side-panel {
|
||||||
grid-area: threads;
|
grid-area: threads;
|
||||||
min-height: 100%;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-left: 1px solid var(--primary-low);
|
border-left: 1px solid var(--primary-low);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user