diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-22 20:31:29 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-22 20:31:29 +0100 |
| commit | ad67eaaa1de762a42837c6d8118ddb4033e35295 (patch) | |
| tree | 093b7b50b6de8f680ba78f5655ebc23a8a0a7d3b /src/frontend/app/components/StopSheet.css | |
| parent | ba7534e242c1c7b620c106407db94ef065b1a246 (diff) | |
style: Update StopSheet styles and fix layout issues in footer
Diffstat (limited to 'src/frontend/app/components/StopSheet.css')
| -rw-r--r-- | src/frontend/app/components/StopSheet.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/frontend/app/components/StopSheet.css b/src/frontend/app/components/StopSheet.css index a34d730..5869d41 100644 --- a/src/frontend/app/components/StopSheet.css +++ b/src/frontend/app/components/StopSheet.css @@ -17,7 +17,7 @@ padding: 16px; display: flex; flex-direction: column; - overflow: hidden; + /* overflow: hidden; */ touch-action: pan-y; } @@ -175,9 +175,11 @@ display: flex; flex-direction: column; gap: 0.75rem; - margin: 0.75rem 0 1rem 0; - padding-top: 0.75rem; - padding-inline: 16px; + margin: 0; + padding: 0.75rem 16px 1rem 16px; + border-top: 1px solid var(--border-color); + background-color: var(--background-color); + z-index: 10; } .stop-sheet-timestamp { |
