feat(web): improve page header + scrolling (#2453)

* fix: line to edge of screen

* refactor: user layout page
This commit is contained in:
Jason Rasmussen
2023-05-17 15:45:16 -04:00
committed by GitHub
parent 35c4887e4a
commit 4a0052026f
7 changed files with 129 additions and 132 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
<UserPageLayout user={data.user} title={data.meta.title}>
<div slot="buttons" />
<div class="h-[90%] w-full relative z-0">
<div class="h-full w-full relative z-0">
{#await import('$lib/components/shared-components/leaflet') then { Map, TileLayer, AssetMarkerCluster }}
<Map latlng={initialMapCenter} zoom={7}>
<TileLayer