fix: tighten earth hud interactions

This commit is contained in:
linkong
2026-03-31 14:07:56 +08:00
parent 552e49bde0
commit c565ac0637
7 changed files with 145 additions and 49 deletions

View File

@@ -184,6 +184,7 @@
0 10px 24px rgba(0, 0, 0, 0.16);
padding: 0;
overflow: hidden;
pointer-events: auto;
}
.info-card.no-border {
@@ -216,6 +217,7 @@
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: rgba(160, 220, 255, 0.45) transparent;
pointer-events: auto;
}
#info-card-content::-webkit-scrollbar {
@@ -240,6 +242,7 @@
justify-content: space-between;
padding: 6px;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
pointer-events: auto;
}
.info-card-property:last-child {