From c588312f81c7abbb9ec04e83dfc92bbf0a02177a Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Wed, 4 Dec 2024 16:18:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E8=B0=83=E6=95=B4=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E6=A0=8F=E6=98=BE=E7=A4=BA=E5=B1=82=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 设置z-index为99,确保底部按钮显示在其他元素之上 --- app/templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/index.html b/app/templates/index.html index beb4318..093545f 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -14,6 +14,7 @@ } .bottom-buttons { + z-index: 99; position: fixed; left: 0; bottom: 0;