display home country in map

This commit is contained in:
2026-06-12 19:19:20 +09:00
parent 6701398da7
commit f198c05063
6 changed files with 140 additions and 34 deletions

View File

@@ -58,11 +58,11 @@
</div>
{/if}
</div>
</div>
{#if menuOpen}
<button class="backdrop" aria-label="Close menu" onclick={() => { menuOpen = false; }}></button>
{/if}
{#if menuOpen}
<button class="backdrop" aria-label="Close menu" onclick={() => { menuOpen = false; }}></button>
{/if}
</div>
<style>
.topbar {
@@ -217,7 +217,7 @@
.backdrop {
position: fixed;
inset: 0;
z-index: 40;
z-index: 30;
border: none;
background: transparent;
cursor: default;