From a8983c0df522c55d0dea80d00635e5d01627008c Mon Sep 17 00:00:00 2001 From: Hugo Lavernhe Date: Fri, 10 May 2024 12:36:53 +0200 Subject: [PATCH] fix CSS --- .../src/dashboard/components/gridComponents/ChartHolder.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/dashboard/components/gridComponents/ChartHolder.tsx b/superset-frontend/src/dashboard/components/gridComponents/ChartHolder.tsx index bcc58d0691..079722c8d5 100644 --- a/superset-frontend/src/dashboard/components/gridComponents/ChartHolder.tsx +++ b/superset-frontend/src/dashboard/components/gridComponents/ChartHolder.tsx @@ -71,7 +71,7 @@ interface ChartHolderProps { const fullSizeStyle = css` && { - position: fixed; + position: fixed !important; z-index: 3000; left: 0; top: 0;