This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 629b137bb0 fix(dashboard): chart fullscreen issue when filter pane is
collapsed (#28428)
629b137bb0 is described below
commit 629b137bb00b87d6d7345cbae0b1b8d3dc439598
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)
---
.../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;