diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-30 17:58:55 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-30 17:58:55 +0100 |
| commit | e7283ba10d45b42e1274cd13c3d6aabec57c85b4 (patch) | |
| tree | 3e753b79c0835a0ecd4674b97039fcd3b53275a7 /src/frontend/app/routes/stops-$id.css | |
| parent | 0798325688049a87df02910ab9141c0b1c13ffcb (diff) | |
feat: add Tailwind CSS support and create ConsolidatedCirculationCard styles
- Added Tailwind CSS and its Vite plugin to the project dependencies.
- Updated Vite configuration to include Tailwind CSS plugin.
- Created a new CSS file for the Consolidated Circulation Card component with styles for various states and responsive design.
Diffstat (limited to 'src/frontend/app/routes/stops-$id.css')
| -rw-r--r-- | src/frontend/app/routes/stops-$id.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frontend/app/routes/stops-$id.css b/src/frontend/app/routes/stops-$id.css index 782d9a1..4d204a7 100644 --- a/src/frontend/app/routes/stops-$id.css +++ b/src/frontend/app/routes/stops-$id.css @@ -7,7 +7,6 @@ } .estimates-list-container { - overflow-y: auto; flex: 1; min-height: 0; @@ -47,7 +46,6 @@ display: flex; flex-direction: column; height: 100%; - overflow: hidden; padding-block: 1rem; box-sizing: border-box; |
