From fc0ee66064e0d420fd0b1ba59eef0da5d5d2c812 Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 16 Jun 2026 11:18:04 +0800 Subject: [PATCH] =?UTF-8?q?v1.7.1=20=E2=80=94=20=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=8A=BD=E5=B1=89=E6=94=B9=E4=B8=BA=20fixed=20=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D=EF=BC=8C=E9=95=BF=E5=88=97=E8=A1=A8=E4=B8=8D=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles.css b/static/styles.css index 4a7a01f..8c72665 100644 --- a/static/styles.css +++ b/static/styles.css @@ -516,10 +516,10 @@ td { .task-body-wrap, .task-page-wrap { position: relative; overflow: hidden; } .task-body { padding: 20px; display: flex; flex-direction: column; gap: 16px; transition: margin-right 0.25s ease; } .task-drawer { - position: absolute; top: 0; right: 0; width: 420px; height: 100%; + position: fixed; top: 0; right: 0; width: 420px; height: 100vh; background: #fff; border-left: 1px solid #e2e8f0; transform: translateX(100%); transition: transform 0.25s ease; - z-index: 10; display: flex; flex-direction: column; + z-index: 300; display: flex; flex-direction: column; } .task-drawer.open { transform: translateX(0); } .task-drawer-hd {