Commit 7db4039
Fix mobile view: make variable tabs scrollable in Compare Models section
The variable tab row used overflow-hidden which clipped tabs like "Wind
speed" and "Cloud cover" on narrow mobile screens. Changed to a
horizontally scrollable container with an inner flex row, added
whitespace-nowrap to prevent tab labels from wrapping, and changed the
outer controls layout to stack vertically on mobile (flex-col) so the
Variable and Window rows each have full width.
https://claude.ai/code/session_015pWnj2WkNBc5vFcuZvTuYf1 parent d3139d3 commit 7db4039
1 file changed
Lines changed: 16 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
210 | 212 | | |
211 | 213 | | |
212 | 214 | | |
213 | | - | |
| 215 | + | |
214 | 216 | | |
215 | 217 | | |
216 | 218 | | |
| |||
0 commit comments