fix: tighten earth hud interactions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user