Do not process dist css by leaflet
This commit is contained in:
parent
e8c67147b1
commit
d60ad6f1ff
1 changed files with 5 additions and 1 deletions
|
@ -102,8 +102,12 @@
|
|||
{errorMessage}
|
||||
{/if}
|
||||
|
||||
<svelte:head>
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
|
||||
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
|
||||
crossorigin=""/>
|
||||
</svelte:head>
|
||||
<style>
|
||||
@import 'leaflet/dist/leaflet.css';
|
||||
#map {
|
||||
height: 100%;
|
||||
z-index: 0;
|
||||
|
|
Loading…
Reference in a new issue