adds more docs
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
<div id="map-container" class="flex flex-col h-full">
|
||||
<div
|
||||
id="map"
|
||||
class="rounded-xl z-0 basis-full"
|
||||
class="rounded-xl z-0 basis-full min-h-72"
|
||||
style={crosshair
|
||||
? "position: relative; outline-style: none;cursor: crosshair !important"
|
||||
: "position: relative; outline-style: none;"}
|
||||
|
||||
@@ -271,7 +271,7 @@
|
||||
>
|
||||
<Tabs {tabs} bind:activeTab></Tabs>
|
||||
</section>
|
||||
<section class="trail-info-panel-content px-8 overflow-y-scroll" style="height: calc(100% - 394px)">
|
||||
<section class="trail-info-panel-content px-8 overflow-y-scroll" style="height: calc(100% - 420px)">
|
||||
<div
|
||||
class="grid grid-cols-1 my-4 gap-8"
|
||||
class:md:grid-cols-[1fr_18rem]={mode == "overview"}
|
||||
|
||||
Reference in New Issue
Block a user