From 50b99ceb420d84bc17532b1b7e90ee53f579636b Mon Sep 17 00:00:00 2001 From: Sunil Kumar Yadav <79906609+sunilyadav840@users.noreply.github.com> Date: Tue, 21 Sep 2021 21:36:49 +0530 Subject: [PATCH] fixed horizontal scrollbar issue on 400% resize mode (#1099) --- src/Explorer/Panes/PanelComponent.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Explorer/Panes/PanelComponent.less b/src/Explorer/Panes/PanelComponent.less index 2c92cf12f..75e36786a 100644 --- a/src/Explorer/Panes/PanelComponent.less +++ b/src/Explorer/Panes/PanelComponent.less @@ -9,6 +9,7 @@ flex-grow: 1; padding: 0 34px; margin: 20px 0; + overflow-x: hidden; & > :not(.collapsibleSection) { margin-bottom: @DefaultSpace;