From 84d08cb8da1847cd6d37e0e3ec0dd45206ba25a9 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Wed, 19 Aug 2020 13:19:40 -0700 Subject: [PATCH] fix: controls scroll issue (#10644) --- .../src/explore/components/ControlPanelsContainer.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset-frontend/src/explore/components/ControlPanelsContainer.jsx b/superset-frontend/src/explore/components/ControlPanelsContainer.jsx index c3c175be14e..0ac6005ec68 100644 --- a/superset-frontend/src/explore/components/ControlPanelsContainer.jsx +++ b/superset-frontend/src/explore/components/ControlPanelsContainer.jsx @@ -42,6 +42,7 @@ const propTypes = { }; const Styles = styled.div` + height: 100%; max-height: 100%; .remove-alert { cursor: 'pointer'; @@ -49,6 +50,7 @@ const Styles = styled.div` #controlSections { display: flex; flex-direction: column; + height: 100%; max-height: 100%; } .nav-tabs {