diff --git a/public/app/features/dashboard-scene/pages/PublicDashboardScenePage.tsx b/public/app/features/dashboard-scene/pages/PublicDashboardScenePage.tsx index f6c44a0f036..c53917e0c60 100644 --- a/public/app/features/dashboard-scene/pages/PublicDashboardScenePage.tsx +++ b/public/app/features/dashboard-scene/pages/PublicDashboardScenePage.tsx @@ -139,7 +139,7 @@ function getStyles(theme: GrafanaTheme2) { body: css({ label: 'body', flex: 1, - marginBottom: theme.spacing(3), + overflowY: 'auto', }), }; }