bug: login page overflow

closes #361
This commit is contained in:
Kieran 2023-02-26 21:25:17 +00:00
parent 9688a58fbe
commit 7c74a777de
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -1,7 +1,7 @@
.login { .login {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
overflow: hidden; overflow-x: hidden;
display: flex; display: flex;
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;