From 8b77d1c98604220be17df6c028cd124302bc9ece Mon Sep 17 00:00:00 2001 From: yanyilin Date: Thu, 3 Aug 2023 14:48:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0z-index=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E5=90=B8=E9=A1=B6View=E8=A2=AB=E5=85=B6=E5=AE=83View=E8=A6=86?= =?UTF-8?q?=E7=9B=96=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/template/scroll-sticky/scroll-sticky.uvue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/template/scroll-sticky/scroll-sticky.uvue b/pages/template/scroll-sticky/scroll-sticky.uvue index a623d6f3..6647243f 100644 --- a/pages/template/scroll-sticky/scroll-sticky.uvue +++ b/pages/template/scroll-sticky/scroll-sticky.uvue @@ -98,7 +98,8 @@ padding: 8px; flex-direction: row; align-items: center; - justify-content: space-between; + justify-content: space-between; + z-index: 100; } .search-tip-text { font-size: 12px; -- GitLab