Change overflow property in order to fix horizontal scrolling (#4117) (#4119)

(cherry picked from commit a2643b34bf)

Co-authored-by: miggland <miggland@users.noreply.github.com>
This commit is contained in:
Oliver 2022-12-30 22:58:08 +11:00 committed by GitHub
parent 5dd256db3c
commit 93b51db089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
}
main {
overflow-x: clip;
overflow-x: auto;
}
.login-screen {