display home country in map
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user