From 8b30af3d9e94b74f04a0a0ea82e0771dfb9223a7 Mon Sep 17 00:00:00 2001 From: Hardikkumar Nai <80053762+hardiknai-techm@users.noreply.github.com> Date: Fri, 17 Sep 2021 02:53:03 +0530 Subject: [PATCH] Settings: At 200% resize mode controls present under 'Settings' blade are not visible while navigating over them. (#1075) --- src/Explorer/Panes/PanelComponent.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Panes/PanelComponent.less b/src/Explorer/Panes/PanelComponent.less index acf5d3d2c..775f5eaaa 100644 --- a/src/Explorer/Panes/PanelComponent.less +++ b/src/Explorer/Panes/PanelComponent.less @@ -3,7 +3,7 @@ .panelFormWrapper { display: flex; flex-direction: column; - height: 100%; + min-height: 100%; .panelMainContent { flex-grow: 1;