mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue