add top:45px to position:fixed controls, fixes alignment on android 4.0.4 browser

This commit is contained in:
Jörn Friedrich Dreyer 2014-03-21 11:56:47 +01:00
parent 76961ce072
commit c9d97d2ef2

View file

@ -246,6 +246,7 @@ input[type="submit"].enabled {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: fixed;
top:45px;
right: 0;
left: 0;
height: 44px;