Fix breadcrumbs overflowing left-panel

pull/21833/head
Dariusz Niemczyk 2021-08-24 16:06:20 +02:00
parent 7645e0413c
commit 1e1fc64769
No known key found for this signature in database
GPG Key ID: 3E8DC619E3C59A05
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ $roomListCollapsedWidth: 68px;
contain: content;
position: relative;
flex-grow: 1;
overflow: hidden;
// Note: The 'room list' in this context is actually everything that isn't the tag
// panel, such as the menu options, breadcrumbs, filtering, etc