Fix navbar styles & map position

This commit is contained in:
ThePetrovich 2025-06-27 20:07:54 +08:00
parent eb29cdc585
commit 72c0d5e609
3 changed files with 43 additions and 61 deletions

View file

@ -159,34 +159,4 @@
{#if map}
<VelocityLayer {map} {velocityOptions} />
{/if}
</div>
<style>
.map-container {
position: relative;
width: 100%;
height: 100vh;
}
.coordinates-display {
position: absolute;
top: 54px;
right: 10px;
background: #fff;
padding: 3px 8px;
font-family: Arial, sans-serif;
font-size: 14px;
z-index: 1000;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
border: 1px solid #ccc;
width: auto;
white-space: nowrap;
}
.panel-container {
position: absolute;
bottom: 20px;
right: 20px;
z-index: 1000;
}
</style>
</div>