From 1e1fc647692c9d7b2647bd36b1e1f96aa612a021 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Tue, 24 Aug 2021 16:06:20 +0200 Subject: [PATCH] Fix breadcrumbs overflowing left-panel --- res/css/structures/_LeftPanel.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/structures/_LeftPanel.scss b/res/css/structures/_LeftPanel.scss index 5603de18d8..da17e5f1f9 100644 --- a/res/css/structures/_LeftPanel.scss +++ b/res/css/structures/_LeftPanel.scss @@ -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