From e3a4ad778ae106e6b493c2ed81b9bc8b1be512ec Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 22 Oct 2018 15:51:27 +0200 Subject: [PATCH] not needed anymore also confuses resizer offset calculation, which will need to be fixed regardlessly though --- res/css/structures/_LeftPanel.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/res/css/structures/_LeftPanel.scss b/res/css/structures/_LeftPanel.scss index ca4a5ea6f3..27b19164c4 100644 --- a/res/css/structures/_LeftPanel.scss +++ b/res/css/structures/_LeftPanel.scss @@ -48,7 +48,6 @@ limitations under the License. .mx_LeftPanel { background-color: $secondary-accent-color; flex: 1; - position: relative; overflow-x: hidden; display: flex; flex-direction: column;