diff --git a/frontend/src/index.css b/frontend/src/index.css index 5bfd736..6bfcd49 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -16,6 +16,7 @@ body { aspect-ratio: 16/9; width: 100vw; + height: none; margin: 0; @@ -23,6 +24,5 @@ body { } #root { - height: inherit; width: inherit; } diff --git a/frontend/src/stopsManager.tsx b/frontend/src/stopsManager.tsx index e113fb8..2d36b3f 100644 --- a/frontend/src/stopsManager.tsx +++ b/frontend/src/stopsManager.tsx @@ -209,7 +209,7 @@ export const StopsManager: VoidComponent = () => { const items = []; for (const stop of foundStops().sort((x, y) => x.name.localeCompare(y.name))) { items.push( - +