From 0b2a204b70f4b12d25326d127555957e1d631911 Mon Sep 17 00:00:00 2001 From: Sunil Kumar Yadav <79906609+sunilyadav840@users.noreply.github.com> Date: Fri, 17 Sep 2021 02:54:34 +0530 Subject: [PATCH] fixed delete database field missing issue at 200% resize mode (#1066) --- src/Explorer/Panes/PanelComponent.less | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Explorer/Panes/PanelComponent.less b/src/Explorer/Panes/PanelComponent.less index 775f5eaaa..2c92cf12f 100644 --- a/src/Explorer/Panes/PanelComponent.less +++ b/src/Explorer/Panes/PanelComponent.less @@ -9,7 +9,6 @@ flex-grow: 1; padding: 0 34px; margin: 20px 0; - overflow: auto; & > :not(.collapsibleSection) { margin-bottom: @DefaultSpace;