From 5b1bc8141aef973258cc6001defeca7aed704425 Mon Sep 17 00:00:00 2001 From: Alain Takoudjou Date: Fri, 1 Oct 2021 22:52:54 +0200 Subject: [PATCH] Allow scrolling in login box. This makes it possible to login on small devices. --- static/galene.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/galene.css b/static/galene.css index 9c0dd46..21e81ba 100644 --- a/static/galene.css +++ b/static/galene.css @@ -583,6 +583,7 @@ textarea.form-reply { position: relative; display: flex; justify-content: center; + overflow: scroll; } .login-box {