The sheet rendered into #previewContent (flex:1) with an inner table scroller also set to flex:1 — but #previewContent wasn't a flex column, so the inner flex:1 was ignored and the scroller grew to the full sheet height, dropping the horizontal scrollbar to the very bottom of the content. Make #previewContent a height-constrained flex column (and give the scroller min-height:0) so the table area fills the viewport and its h-scrollbar sits at the window bottom. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app.js | ||
| classify.js | ||
| copy.js | ||
| dnd.js | ||
| excel.js | ||
| filter.js | ||
| persist.js | ||
| preview.js | ||
| resize.js | ||
| scanner.js | ||
| selection.js | ||
| sort.js | ||
| spreadsheet.js | ||
| store.js | ||
| target-tree.js | ||
| tree.js | ||
| utils.js | ||
| validator.js | ||
| workspace.js | ||