From e59b20fb6e9c697aa44ec547754eedbd8dbef04b Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Thu, 9 Apr 2020 16:02:03 +0200 Subject: [PATCH] :bug: Fixed scroll bar in layers --- frontend/resources/styles/main/partials/sidebar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/resources/styles/main/partials/sidebar.scss b/frontend/resources/styles/main/partials/sidebar.scss index 73d55a0a9..90d0949b1 100644 --- a/frontend/resources/styles/main/partials/sidebar.scss +++ b/frontend/resources/styles/main/partials/sidebar.scss @@ -64,6 +64,7 @@ flex: 1; width: 100%; height: 100%; + overflow: hidden; .tool-window-bar { align-items: center;