Add the webkit sticky position prefix

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-12-20 12:24:17 +01:00 committed by John Molakvoæ (skjnldsv)
parent 9e6f9564ec
commit 0fef608927
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ body {
#controls {
box-sizing: border-box;
position: -webkit-sticky;
position: sticky;
height: 44px;
padding: 0;