Commit b86fb00
FIX: Add Horizontal Scroll to CSV Viewer Toolbar on Overflow (#48)
* fix: add horizontal scroll to CSV viewer toolbar on overflow
Added overflow handling to prevent toolbar content from being compressed on small screens.
Changes:
- Added overflow-x: auto to .csv-viewer-toolbar for horizontal scroll
- Added flex-shrink: 0 to toolbar children to prevent compression
- Added white-space: nowrap to stats and warning text to prevent wrapping
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: add gap to toolbar to maintain spacing on overflow
Added gap: 16px to ensure consistent spacing between toolbar items
when overflow scroll is active. Without gap, space-between loses
effect during overflow and items appear bunched together.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 909e79c commit b86fb00
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
| 27 | + | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| 32 | + | |
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
| |||
0 commit comments