From e3515c2f6b7b94c501c86c1e89ab2a8c93a1c344 Mon Sep 17 00:00:00 2001 From: Ekkles <41195266+EkklesN@users.noreply.github.com> Date: Sat, 26 Oct 2019 00:42:12 +1300 Subject: [PATCH] =?UTF-8?q?=E5=90=B8=E9=A1=B6=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 0566041..a1574dd 100644 --- a/style.css +++ b/style.css @@ -4357,6 +4357,12 @@ i.iconfont.js-toggle-search.iconsearch { } .ins-section .ins-section-header { + position: sticky; + top: 0; + background: #fff; + text-align: center; + padding: 8px 15px; + z-index: 1; color: #9a9a9a; border-bottom: 1px solid #e2e2e2; }