opt: floating button x2

This commit is contained in:
KOWX712
2025-02-27 03:53:56 +08:00
parent 59e79b33b7
commit 2a3890e5fb

View File

@@ -15,6 +15,7 @@ body {
width: 100%; width: 100%;
bottom: 50px; bottom: 50px;
transition: transform 0.4s ease; transition: transform 0.4s ease;
pointer-events: none;
z-index: 2; z-index: 2;
} }
@@ -30,6 +31,7 @@ body {
font-weight: bold; font-weight: bold;
border-radius: 50px 50px; border-radius: 50px 50px;
user-select: none; user-select: none;
pointer-events: auto;
} }
.prompt { .prompt {