Skip to content

Commit 318921f

Browse files
committed
frontend: fixes Filter being not at the bottom
1 parent de48571 commit 318921f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/routes/[evaNumber]/[type=type]/+page.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}}
4545
/>
4646

47-
<div class="pb-safe scrollbar-hidden flex flex-col items-center overflow-auto">
47+
<div class="scrollbar-hidden flex flex-col items-center overflow-auto">
4848
<div class="container mx-auto flex items-center justify-between px-4">
4949
<span class="text-xl font-semibold md:px-4 md:text-4xl">{data.station.name}</span>
5050
<Clock />
@@ -60,7 +60,7 @@
6060
{/each}
6161
</div>
6262

63-
<div class="bottom-0 w-full self-end">
63+
<div class="absolute bottom-0 w-full self-end">
6464
<Filter
6565
allowedProducts={data.station.products ? Object.values(data.station.products) : []}
6666
bind:selected={currentFilter}

0 commit comments

Comments
 (0)