diff --git a/public/app/core/components/Login/LoginLayout.tsx b/public/app/core/components/Login/LoginLayout.tsx index fd7261d1c10..c2e5f44821d 100644 --- a/public/app/core/components/Login/LoginLayout.tsx +++ b/public/app/core/components/Login/LoginLayout.tsx @@ -53,7 +53,7 @@ export const getLoginStyles = (theme: GrafanaTheme2) => { return { container: css({ - minHeight: '100vh', + minHeight: '100%', backgroundPosition: 'center', backgroundRepeat: 'no-repeat', backgroundColor: bgColor,