From 2fec6044a4278dda5fa649aa92073c1c2e99390e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=97=E5=B0=8F=E6=9F=92?= <310550690@qq.com> Date: Mon, 7 Nov 2022 14:32:36 +0800 Subject: [PATCH] =?UTF-8?q?update:=E7=BD=91=E9=A1=B5=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=90=B8=E9=A1=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/www/src/App.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/www/src/App.vue b/packages/www/src/App.vue index 33cadda..5a448f8 100644 --- a/packages/www/src/App.vue +++ b/packages/www/src/App.vue @@ -307,6 +307,10 @@ main { header { padding: 15px; + position: sticky; + top: 0; + z-index: 99; + background: linear-gradient(180deg, white 80%, transparent); > .search-input { display: block; margin-top: 15px;