Fix whitespace appearing on Login scroll after height decrease (#1689)

Fixes #1688
This commit is contained in:
Kaan Kabalak
2022-03-09 16:35:13 -08:00
committed by GitHub
parent 414db326bb
commit b4ea4e7499

View File

@@ -67,6 +67,7 @@ const styles = (theme: Theme) =>
left: 0,
width: "100%",
height: "100%",
overflow: "auto",
},
form: {
width: "100%", // Fix IE 11 issue.