hotfix: update @types/leaflet and adjust map styling
Update package.json to bump @types/leaflet Define leaflet map z-index directly in the main CSS via apps.cc for consistent component use Scope all SearchMap.vue styles locally
This commit is contained in:
parent
b540547e4c
commit
51a5673a3d
4 changed files with 6 additions and 3 deletions
|
@ -282,7 +282,7 @@ const handleDrawEventCreated = async (event) => {
|
|||
</template>
|
||||
|
||||
|
||||
<style lang="css">
|
||||
<style scoped lang="css">
|
||||
/* .leaflet-container {
|
||||
height: 600px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue