From 512f47480b06cb1fac282f328ee5ce8beec86945 Mon Sep 17 00:00:00 2001 From: synthtech Date: Fri, 17 Mar 2017 20:03:21 -0400 Subject: [PATCH] Support position: sticky --- src/css/Properties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/Properties.js b/src/css/Properties.js index 699d35a4..3e84b4af 100644 --- a/src/css/Properties.js +++ b/src/css/Properties.js @@ -378,7 +378,7 @@ var Properties = module.exports = { "pitch-range" : 1, "play-during" : 1, "pointer-events" : "auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all", - "position" : "static | relative | absolute | fixed", + "position" : "static | relative | absolute | fixed | sticky", "presentation-level" : 1, "punctuation-trim" : 1,