Skip to content
Snippets Groups Projects
Commit c9d97d2e authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

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

parent 76961ce0
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment