fix: always include most recent past bus regardless of upcoming count

This commit is contained in:
2026-03-29 09:11:47 -05:00
parent 81e6046357
commit a9b906099e
2 changed files with 14 additions and 9 deletions

View File

@ -7,7 +7,7 @@
<!-- Bottom Sheet container -->
<div
ref="sheetRef"
class="relative bg-white dark:bg-gray-900 rounded-t-3xl shadow-2xl p-5 transform flex flex-col gap-4 max-h-[85vh] overflow-y-auto"
class="relative bg-white dark:bg-gray-900 rounded-t-3xl shadow-2xl p-5 transform flex flex-col gap-4 max-h-[92vh] overflow-y-auto"
:style="{
transform: `translateY(${dragY}px)`,
transition: isDragging ? 'none' : 'transform 0.3s ease-out'