We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de48571 commit 318921fCopy full SHA for 318921f
frontend/src/routes/[evaNumber]/[type=type]/+page.svelte
@@ -44,7 +44,7 @@
44
}}
45
/>
46
47
-<div class="pb-safe scrollbar-hidden flex flex-col items-center overflow-auto">
+<div class="scrollbar-hidden flex flex-col items-center overflow-auto">
48
<div class="container mx-auto flex items-center justify-between px-4">
49
<span class="text-xl font-semibold md:px-4 md:text-4xl">{data.station.name}</span>
50
<Clock />
@@ -60,7 +60,7 @@
60
{/each}
61
</div>
62
63
- <div class="bottom-0 w-full self-end">
+ <div class="absolute bottom-0 w-full self-end">
64
<Filter
65
allowedProducts={data.station.products ? Object.values(data.station.products) : []}
66
bind:selected={currentFilter}
0 commit comments