prevent mistouch

This commit is contained in:
KOWX712
2024-12-03 21:10:52 +08:00
parent 3f5832608e
commit d17ca1d7ef
3 changed files with 71 additions and 24 deletions
+23
View File
@@ -96,6 +96,17 @@ body {
border-bottom: none;
}
.language-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: none;
z-index: 1100;
display: none;
}
.help-button {
margin-right: auto;
background: none;
@@ -444,6 +455,7 @@ body {
padding: 5px 12px;
top: 110%;
right: 0;
z-index: 1200;
transform: translateX(120%);
transition: transform 0.2s ease;
width: auto;
@@ -480,6 +492,17 @@ body {
border-bottom: none;
}
.menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: none;
z-index: 1000;
display: none;
}
.card-box {
display: flex;
justify-content: center;