Commit a15e661
Sqoia Dev Agent
fix: main app layout with scrollable content area
App layout is now flex column with fixed header + nav and scrollable
content area. Dashboards, details, invoices, and settings all scroll
independently within the viewport. No more content cut off at the
bottom of the page.
- html/body/#root set to height: 100%, overflow: hidden
- App container: flex column, height: 100vh
- Header + nav: flexShrink: 0 (pinned)
- Content area: flex: 1, overflowY: auto (scrollable)1 parent 280b4ff commit a15e661
2 files changed
Lines changed: 37 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
4 | | - | |
5 | | - | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6231 | 6231 | | |
6232 | 6232 | | |
6233 | 6233 | | |
6234 | | - | |
| 6234 | + | |
| 6235 | + | |
| 6236 | + | |
| 6237 | + | |
| 6238 | + | |
| 6239 | + | |
| 6240 | + | |
| 6241 | + | |
| 6242 | + | |
6235 | 6243 | | |
6236 | | - | |
| 6244 | + | |
6237 | 6245 | | |
6238 | 6246 | | |
6239 | 6247 | | |
6240 | 6248 | | |
6241 | 6249 | | |
6242 | 6250 | | |
6243 | 6251 | | |
6244 | | - | |
6245 | | - | |
6246 | | - | |
| 6252 | + | |
| 6253 | + | |
| 6254 | + | |
| 6255 | + | |
| 6256 | + | |
6247 | 6257 | | |
6248 | 6258 | | |
6249 | 6259 | | |
| |||
6266 | 6276 | | |
6267 | 6277 | | |
6268 | 6278 | | |
6269 | | - | |
| 6279 | + | |
6270 | 6280 | | |
6271 | 6281 | | |
6272 | 6282 | | |
| |||
6279 | 6289 | | |
6280 | 6290 | | |
6281 | 6291 | | |
| 6292 | + | |
| 6293 | + | |
| 6294 | + | |
| 6295 | + | |
| 6296 | + | |
| 6297 | + | |
| 6298 | + | |
| 6299 | + | |
| 6300 | + | |
| 6301 | + | |
| 6302 | + | |
| 6303 | + | |
| 6304 | + | |
6282 | 6305 | | |
6283 | 6306 | | |
6284 | 6307 | | |
| |||
6373 | 6396 | | |
6374 | 6397 | | |
6375 | 6398 | | |
| 6399 | + | |
6376 | 6400 | | |
6377 | 6401 | | |
6378 | 6402 | | |
| |||
0 commit comments