FIX: limits legacy sidebar height (#22466)
Prior to this fix the sidebar was taking unlimited height.
This commit is contained in:
parent
3171fd1a0a
commit
30e4b898f5
|
@ -1,7 +1,7 @@
|
|||
.has-full-page-chat:not(.discourse-sidebar) {
|
||||
.full-page-chat {
|
||||
.channels-list {
|
||||
height: 100%;
|
||||
height: calc(100vh - var(--header-offset));
|
||||
border-right: 1px solid var(--primary-low);
|
||||
background: var(--primary-very-low);
|
||||
|
||||
|
|
Loading…
Reference in New Issue