Allow scrolling in login box.

This makes it possible to login on small devices.
This commit is contained in:
Alain Takoudjou
2021-10-01 22:52:54 +02:00
committed by Juliusz Chroboczek
parent 7aefb5e969
commit 5b1bc8141a
+1
View File
@@ -583,6 +583,7 @@ textarea.form-reply {
position: relative;
display: flex;
justify-content: center;
overflow: scroll;
}
.login-box {