diff --git a/src/lib/components/locations/LocationsList.svelte b/src/lib/components/locations/LocationsList.svelte index 40577e9..23a5d4a 100644 --- a/src/lib/components/locations/LocationsList.svelte +++ b/src/lib/components/locations/LocationsList.svelte @@ -104,6 +104,8 @@ display: flex; flex-direction: column; gap: 0.75rem; + max-height: calc(100vh - 200px); + overflow-y: auto; } .empty-state {