mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Login: Prevent page overflowing on mobile (#43739)
This commit is contained in:
parent
fdc054c0a4
commit
c87b048af8
@ -53,7 +53,7 @@ export const getLoginStyles = (theme: GrafanaTheme2) => {
|
||||
|
||||
return {
|
||||
container: css({
|
||||
minHeight: '100vh',
|
||||
minHeight: '100%',
|
||||
backgroundPosition: 'center',
|
||||
backgroundRepeat: 'no-repeat',
|
||||
backgroundColor: bgColor,
|
||||
|
Loading…
Reference in New Issue
Block a user