completely change the CSS to be an entirely 'position: absolute' layout rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions.

This commit is contained in:
Matthew Hodgson 2014-08-14 02:13:14 +01:00
parent aebe5ce08a
commit 6c2db18be1
6 changed files with 46 additions and 29 deletions

View file

@ -1,5 +1,6 @@
<div ng-controller="LoginController" class="login">
<div class="page">
<div class="wrapper">
{{ feedback }}
@ -47,5 +48,6 @@
<br/>
</div>
</div>
</div>