aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;