diff options
author | Vitaly Takmazov | 2018-11-11 11:31:57 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-11-11 11:31:57 +0300 |
commit | 79a967b5256659229202a01f124fd7168418132d (patch) | |
tree | f43b5cf5e6c0c7d15d9e7adfcb963ae013bc37f7 /src | |
parent | 7ed90c6798573f21493fab6a14609505ae0b7db3 (diff) |
Autoprefixer did not prefixes text-size-adjust and sticky without ‘last 4 versions’
Diffstat (limited to 'src')
-rw-r--r-- | src/main/assets/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 02c59aad..7941f756 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -476,7 +476,6 @@ article .tags > a, border: 1px solid #CCC; color: #999; margin: 0 0 0 6px; - position: -webkit-sticky; position: sticky; top: 70px; vertical-align: top; |