This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch 5.0
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 052392e24d5d012014a8e84d4d82fc8d53fa9145
Author: Hugo Lavernhe <[email protected]>
AuthorDate: Sat Apr 5 01:12:14 2025 +0200

    fix(dashboard): chart fullscreen issue when filter pane is collapsed 
(#28428)
    
    (cherry picked from commit 629b137bb00b87d6d7345cbae0b1b8d3dc439598)
---
 .../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 887f1baa73..b78b217aad 100644
--- a/superset-frontend/src/dashboard/components/gridComponents/ChartHolder.tsx
+++ b/superset-frontend/src/dashboard/components/gridComponents/ChartHolder.tsx
@@ -96,7 +96,7 @@ const ChartHolder = ({
   const theme = useTheme();
   const fullSizeStyle = css`
     && {
-      position: fixed;
+      position: fixed !important;
       z-index: 3000;
       left: 0;
       top: 0;

Reply via email to