From 79a967b5256659229202a01f124fd7168418132d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 11 Nov 2018 11:31:57 +0300 Subject: Autoprefixer did not prefixes text-size-adjust and sticky without ‘last 4 versions’ --- .browserslistrc | 5 ++++- src/main/assets/style.css | 1 - 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; -- cgit v1.2.3