Allow scrolling in login box.
This makes it possible to login on small devices.
This commit is contained in:
committed by
Juliusz Chroboczek
parent
7aefb5e969
commit
5b1bc8141a
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user