1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35:58 +01:00

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

View file

@ -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 {