FIX: limits legacy sidebar height (#22466)

Prior to this fix the sidebar was taking unlimited height.
This commit is contained in:
Joffrey JAFFEUX 2023-07-06 15:40:20 +02:00 committed by GitHub
parent 3171fd1a0a
commit 30e4b898f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);