From b0d0d77bac02d5a731cb44a11c36bb7d0fcdee90 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) (cherry picked from commit 3f91bdb40d76539e953dd9205481459f6b2ae082) --- .../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;