From 4683aecf7b99b791cb86f036d6452ccbcd7c6d8e Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Mon, 7 Dec 2020 20:22:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B8=8A=E5=B1=82=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E8=A2=AB=E8=BF=87=E6=BB=A4=E5=B7=A5=E5=85=B7=E6=A0=8F=E9=81=AE?= =?UTF-8?q?=E8=94=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index a85c50d..bbbcac3 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -194,6 +194,9 @@ } } } + .toolbar{ + z-index: 5; + } .listpage-body{ height: calc(100% - 60px); overflow-y: auto;