Login: Prevent page overflowing on mobile (#43739)
This commit is contained in:
@@ -53,7 +53,7 @@ export const getLoginStyles = (theme: GrafanaTheme2) => {
|
||||
|
||||
return {
|
||||
container: css({
|
||||
minHeight: '100vh',
|
||||
minHeight: '100%',
|
||||
backgroundPosition: 'center',
|
||||
backgroundRepeat: 'no-repeat',
|
||||
backgroundColor: bgColor,
|
||||
|
||||
Reference in New Issue
Block a user