[v11.0.x] PublicDashboards: Footer fix for scenes (#85740)

PublicDashboards: Footer fix for scenes (#85684)

(cherry picked from commit d0312af571)

Co-authored-by: Juan Cabanas <juan.cabanas@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-04-08 18:15:12 +03:00
committed by GitHub
co-authored by Juan Cabanas
parent 35c8bc7988
commit f4f9c24c0d
@@ -139,7 +139,7 @@ function getStyles(theme: GrafanaTheme2) {
body: css({
label: 'body',
flex: 1,
marginBottom: theme.spacing(3),
overflowY: 'auto',
}),
};
}