From 301bdcca702eccc5caa89a482134207e3c2b8b3e Mon Sep 17 00:00:00 2001 From: Kamil Gabryjelski Date: Fri, 9 Feb 2024 18:16:39 +0100 Subject: [PATCH] fix: Filters sidebar stretching dashboard height (#27069) --- .../dashboard/components/DashboardBuilder/DashboardWrapper.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardWrapper.tsx b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardWrapper.tsx index f39c7ed630277..5bb193de1bd4a 100644 --- a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardWrapper.tsx +++ b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardWrapper.tsx @@ -25,6 +25,7 @@ import classNames from 'classnames'; const StyledDiv = styled.div` ${({ theme }) => css` + position: relative; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr;