From 15f975ee67c385240275910988e03fd51a7e87dd Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Sat, 7 Dec 2024 17:33:59 +0800 Subject: [PATCH] increase prompt priority --- module/webroot/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/webroot/styles.css b/module/webroot/styles.css index f5010b3..67af318 100644 --- a/module/webroot/styles.css +++ b/module/webroot/styles.css @@ -606,7 +606,7 @@ body { color: white; font-size: 15px; padding: 5px 15px; - z-index: 1000; + z-index: 2000; transform: translateY(100%); transition: transform 0.5s ease; white-space: nowrap;