mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
fix(dashboard): chart fullscreen issue when filter pane is collapsed (#28428)
(cherry picked from commit 629b137bb0)
This commit is contained in:
committed by
Michael S. Molina
parent
1b60d36513
commit
052392e24d
@@ -96,7 +96,7 @@ const ChartHolder = ({
|
||||
const theme = useTheme();
|
||||
const fullSizeStyle = css`
|
||||
&& {
|
||||
position: fixed;
|
||||
position: fixed !important;
|
||||
z-index: 3000;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user