fix(dashboard): chart fullscreen issue when filter pane is collapsed (#28428)

(cherry picked from commit 629b137bb0)
This commit is contained in:
Hugo Lavernhe
2025-04-05 01:12:14 +02:00
committed by Michael S. Molina
parent 1b60d36513
commit 052392e24d

View File

@@ -96,7 +96,7 @@ const ChartHolder = ({
const theme = useTheme();
const fullSizeStyle = css`
&& {
position: fixed;
position: fixed !important;
z-index: 3000;
left: 0;
top: 0;