summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-01 14:52:53 +0300
committerAlon Levy <alon@pobox.com>2015-04-01 14:52:53 +0300
commit05e96f0598fc2fbd35a68621e62157c69bbc1209 (patch)
treeae85d963ed577fda5dc83fab72df7e5d0a56c8d1 /res
parentc6cfc6994dff857b6271039994afa67a5d907525 (diff)
login: allow y scrolling. fixes #376
Diffstat (limited to 'res')
-rw-r--r--res/templates/login.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/templates/login.html b/res/templates/login.html
index 26389851..1bf512a8 100644
--- a/res/templates/login.html
+++ b/res/templates/login.html
@@ -15,6 +15,7 @@ html {
body {
background-color: transparent;
+ overflow-y: auto;
}
</style>
{% endblock %}