Skip to content
Snippets Groups Projects
Unverified Commit 629b137b authored by Hugo Lavernhe's avatar Hugo Lavernhe Committed by GitHub
Browse files

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

parent db959a64
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ const ChartHolder = ({
const theme = useTheme();
const fullSizeStyle = css`
&& {
position: fixed;
position: fixed !important;
z-index: 3000;
left: 0;
top: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment