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
1 changed files with 1 additions and 1 deletions

View File

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