Skip to content

Commit 512f474

Browse files
committed
Support position: sticky
1 parent 5c8b471 commit 512f474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/Properties.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ var Properties = module.exports = {
378378
"pitch-range" : 1,
379379
"play-during" : 1,
380380
"pointer-events" : "auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all",
381-
"position" : "static | relative | absolute | fixed",
381+
"position" : "static | relative | absolute | fixed | sticky",
382382
"presentation-level" : 1,
383383
"punctuation-trim" : 1,
384384

0 commit comments

Comments
 (0)