Skip to content

Commit

Permalink
Fix CSS problem with map causing page scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Sep 13, 2024
1 parent 8c4a071 commit 66e7f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<div><button on:click={zoomToFit}>Zoom to fit</button></div>
{/if}
</div>
<div slot="main" style="position:relative; width: 100%; height: 100vh;">
<div slot="main" style="position:relative; width: 100%; height: 100%;">
<MapLibre
style={offlineMode
? "http://localhost:5173/offline/light_style.json"
Expand Down

0 comments on commit 66e7f07

Please sign in to comment.