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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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