Commit 5b1bc814 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Juliusz Chroboczek

Allow scrolling in login box.

This makes it possible to login on small devices.
parent 7aefb5e9
...@@ -583,6 +583,7 @@ textarea.form-reply { ...@@ -583,6 +583,7 @@ textarea.form-reply {
position: relative; position: relative;
display: flex; display: flex;
justify-content: center; justify-content: center;
overflow: scroll;
} }
.login-box { .login-box {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment