mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
add top:45px to position:fixed controls, fixes alignment on android 4.0.4 browser
This commit is contained in:
parent
76961ce072
commit
c9d97d2ef2
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user