Add the webkit sticky position prefix
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
9e6f9564ec
commit
0fef608927
|
@ -223,6 +223,7 @@ body {
|
|||
|
||||
#controls {
|
||||
box-sizing: border-box;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
height: 44px;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue