Skip to content

Commit

Permalink
Login: Prevent page overflowing on mobile (#43739)
Browse files Browse the repository at this point in the history
(cherry picked from commit c87b048)
  • Loading branch information
ashharrison90 authored and grafanabot committed Jan 6, 2022
1 parent 926bfee commit 6505e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/core/components/Login/LoginLayout.tsx
Expand Up @@ -53,7 +53,7 @@ export const getLoginStyles = (theme: GrafanaTheme2) => {

return {
container: css({
minHeight: '100vh',
minHeight: '100%',
backgroundPosition: 'center',
backgroundRepeat: 'no-repeat',
backgroundColor: bgColor,
Expand Down

0 comments on commit 6505e30

Please sign in to comment.