mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add the webkit sticky position prefix
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
9e6f9564ec
commit
0fef608927
1 changed files with 1 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ body {
|
|||
|
||||
#controls {
|
||||
box-sizing: border-box;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
height: 44px;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue