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:
parent
7aefb5e969
commit
5b1bc8141a
1 changed files with 1 additions and 0 deletions
|
@ -583,6 +583,7 @@ textarea.form-reply {
|
|||
position: relative;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.login-box {
|
||||
|
|
Loading…
Reference in a new issue