Commit c0e7d56
fix: resolve UI layout issues and dropdown popover z-index
- Upgrade HeroUI v2 to v3 with React Aria Components
- Fix textarea not filling available space via CSS override for .textfield flex
- Fix dropdown popovers being obscured by elements below using overflow-clip
instead of overflow-hidden (avoids stacking context interference)
- Add min-w-0 throughout flex/grid chain to prevent content overflow on
medium-width viewports
- Add visible field borders via CSS custom properties
- Add touch-action: manipulation for mobile responsiveness
- Add dev server launch config for Claude Preview
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 281452f commit c0e7d56
19 files changed
Lines changed: 978 additions & 2845 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
0 commit comments