PublicDashboards: Footer fix for scenes (#85684)

This commit is contained in:
Juan Cabanas
2024-04-08 09:44:27 -03:00
committed by GitHub
parent 5aa56c9380
commit d0312af571

View File

@@ -139,7 +139,7 @@ function getStyles(theme: GrafanaTheme2) {
body: css({
label: 'body',
flex: 1,
marginBottom: theme.spacing(3),
overflowY: 'auto',
}),
};
}