diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-01 14:52:53 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-01 14:52:53 +0300 |
| commit | 05e96f0598fc2fbd35a68621e62157c69bbc1209 (patch) | |
| tree | ae85d963ed577fda5dc83fab72df7e5d0a56c8d1 /res | |
| parent | c6cfc6994dff857b6271039994afa67a5d907525 (diff) | |
login: allow y scrolling. fixes #376
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/login.html | 1 |
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 %} |
