Fix whitespace appearing on Login scroll after height decrease (#1689)
Fixes #1688
This commit is contained in:
@@ -67,6 +67,7 @@ const styles = (theme: Theme) =>
|
||||
left: 0,
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
overflow: "auto",
|
||||
},
|
||||
form: {
|
||||
width: "100%", // Fix IE 11 issue.
|
||||
|
||||
Reference in New Issue
Block a user