File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 import { currentPos } from ' $lib/location' ;
77 import { selectedStation , stations } from ' $lib/map.svelte' ;
88 import { t } from ' $lib/translations' ;
9- import { enqueueDialog , errorMessages } from ' $lib/ui.svelte' ;
9+ import { enqueueDialog , errorMessages , safeInsets } from ' $lib/ui.svelte' ;
1010 import { distanceBetweenCoords , formatDistance , getCssVariable } from ' $lib/utils' ;
1111 import { IconX } from ' @tabler/icons-svelte' ;
1212 import Search from ' @tabler/icons-svelte/icons/search' ;
271271 </div >
272272 </div >
273273 <div class ="overflow-y-auto transition-all" style:height ="calc(min(50vh, {bikeListHeight }px))" onscroll ={() => isScrolling = true } ontouchend ={() => isScrolling = false }>
274- <div bind:this ={bikeList } class =" flex flex-col p-5 pt-2 gap-3" >
274+ <div bind:this ={bikeList } class ="flex flex-col p-5 pt-2 gap-3" style:padding-bottom ={ $safeInsets . bottom + ' px ' } >
275275 {#if bikeInfo .length == 0 }
276276 {#each new Array (bikes ) as _ }
277277 <BikeSkeleton />
You can’t perform that action at this time.
0 commit comments