diff --git a/public/app/core/components/Branding/Branding.tsx b/public/app/core/components/Branding/Branding.tsx index 474ad7f850a..3b1b302ce16 100644 --- a/public/app/core/components/Branding/Branding.tsx +++ b/public/app/core/components/Branding/Branding.tsx @@ -19,7 +19,7 @@ const LoginBackground: FC = ({ className, children }) => { const background = css` &:before { content: ''; - position: absolute; + position: fixed; left: 0; right: 0; bottom: 0; diff --git a/public/app/core/components/Login/LoginLayout.tsx b/public/app/core/components/Login/LoginLayout.tsx index b4ca25ce50c..5468eed512b 100644 --- a/public/app/core/components/Login/LoginLayout.tsx +++ b/public/app/core/components/Login/LoginLayout.tsx @@ -35,15 +35,17 @@ export const LoginLayout = ({ children, branding }: React.PropsWithChildren -
-
- -
-

{loginTitle}

- {subTitle &&

{subTitle}

} +
+
+
+ +
+

{loginTitle}

+ {subTitle &&

{subTitle}

} +
+
{children}
-
{children}
{branding?.hideFooter ? <> :