feat: filter timeline by date range and hotels

This commit is contained in:
Björn Fromme
2025-03-21 11:52:29 +01:00
parent 9ffada111c
commit 06c32fd597
14 changed files with 316 additions and 28 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.scroll-container {
@apply overflow-scroll;
max-height: calc(100vh - 140px);
max-height: calc(100vh - 240px);
}