aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-11 11:31:57 +0300
committerGravatar Vitaly Takmazov2018-11-11 11:31:57 +0300
commit79a967b5256659229202a01f124fd7168418132d (patch)
treef43b5cf5e6c0c7d15d9e7adfcb963ae013bc37f7
parent7ed90c6798573f21493fab6a14609505ae0b7db3 (diff)
Autoprefixer did not prefixes text-size-adjust and sticky without ‘last 4 versions’
-rw-r--r--.browserslistrc5
-rw-r--r--src/main/assets/style.css1
2 files changed, 4 insertions, 2 deletions
diff --git a/.browserslistrc b/.browserslistrc
index 8a747d5e..4e36fc0e 100644
--- a/.browserslistrc
+++ b/.browserslistrc
@@ -1,2 +1,5 @@
+last 4 versions
ie >= 9
-android >= 4.2 \ No newline at end of file
+android >= 4.2
+chrome >= 37
+firefox >= 48
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;