PublicDashboards: Footer fix for scenes (#85684)

pull/85736/head
Juan Cabanas 2 years ago committed by GitHub
parent 5aa56c9380
commit d0312af571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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',
}),
};
}

Loading…
Cancel
Save