Skip to content

Commit f306a55

Browse files
authored
Merge pull request #227 from synthtech/add-position-sticky
Add support for position: sticky
2 parents 5c8b471 + 512f474 commit f306a55

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)