Login: Prevent page overflowing on mobile (#43739) (#43744)

(cherry picked from commit c87b048af8)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-01-06 11:51:35 +01:00
committed by GitHub
co-authored by Ashley Harrison
parent 926bfee34a
commit ee892eec78
@@ -53,7 +53,7 @@ export const getLoginStyles = (theme: GrafanaTheme2) => {
return {
container: css({
minHeight: '100vh',
minHeight: '100%',
backgroundPosition: 'center',
backgroundRepeat: 'no-repeat',
backgroundColor: bgColor,