From e4f38f958a4f6866a1d6e944dc886989a62fcda5 Mon Sep 17 00:00:00 2001 From: spirit Date: Sat, 16 Nov 2019 15:07:31 +0800 Subject: [PATCH] fix style --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 9882d7e..dcc3e5e 100644 --- a/style.css +++ b/style.css @@ -8507,10 +8507,11 @@ h1[id*=toc-head]::before,h2[id*=toc-head]::before,h3[id*=toc-head]::before,h4[id left: -400px; z-index: 3; width: 400px; - webkit-transition: .3s; + -webkit-transition: .3s; transition: all .3s; background-color: rgba(255,255,255,0.8); box-shadow: 0 1px 20px -8px rgba(0,0,0,.5); + z-index: 50; } .widget-area.active{ top: 100px;