mirror of https://github.com/vector-im/riot-web
Fix breadcrumbs overflowing left-panel
parent
7645e0413c
commit
1e1fc64769
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue