project-nomad/admin/inertia/components
chriscrosstalk 7325457242
fix(kb): stop the collection dropdown being clipped, widen the modal (#1198)
Two layout defects in the Knowledge Base modal, both found during
v1.34.0-rc.4 QA.

The collection combobox list was clipped to a single row's height on
every row of the table. The cause is not stacking order - StyledTable
gives each cell `truncate` (overflow:hidden) plus `relative`, so an
absolutely-positioned child cannot escape the cell box. No z-index can
win against a clip. The modal body is also an `overflow-y-auto`
scroller, so simply opting the cell out of `truncate` still left rows
lower down clipped by the scroller instead.

Render the list in a portal with fixed positioning instead, measured
from the input's rect and flipped above when it would run off the
bottom of the viewport. Reposition on scroll and resize (capture
listener, so any ancestor scroller counts). The click-outside handler
now also checks the portaled list, otherwise mousedown on an option
would close it before the click landed.

Separately, the modal was capped at max-w-4xl (896px) while its table
needs 906px, so the Delete button lost its right edge for everyone
regardless of monitor size. max-w-5xl gives the table room with none to
spare wasted.

Verified against a real build on a test appliance.
2026-08-04 03:40:00 +00:00
..
ZimUploader
benchmark
chat fix(kb): stop the collection dropdown being clipped, widen the modal (#1198) 2026-08-04 03:40:00 +00:00
conditions
drug-reference fix(drug-reference): responsive compare columns and dark-mode readability (#1163) 2026-08-04 03:39:57 +00:00
file-uploader
inputs
layout
maps
markdoc
systeminfo
updates
ActiveDownloads.tsx
ActiveEmbedJobs.tsx
ActiveModelDownloads.tsx
Alert.tsx
AppUrlModal.tsx
BouncingDots.tsx
BouncingLogo.tsx
BuilderTagSelector.tsx
CategoryCard.tsx
CountryPickerModal.tsx
CreatorPackCard.tsx
CreatorPacksSection.tsx
CuratedCollectionCard.tsx
CustomAppModal.tsx
DebugInfoModal.tsx
DownloadURLModal.tsx
DynamicIcon.tsx
Footer.tsx
HorizontalBarChart.tsx
InfoTooltip.tsx
InstallActivityFeed.tsx
KbGuardrailModal.tsx
LoadingSpinner.tsx
MarkdocRenderer.tsx
MarkdownEditor.tsx
ProgressBar.tsx
ServiceLogsModal.tsx
ServiceStatsModal.tsx
StorageProjectionBar.tsx
StyledButton.tsx
StyledModal.tsx
StyledSectionHeader.tsx
StyledSidebar.tsx
StyledTable.tsx
ThemeToggle.tsx
TierSelectionModal.tsx
UpdateServiceModal.tsx
WhatsNewBanner.tsx feat(dashboard): round out the v1.34 What's new highlights (#1197) 2026-08-04 03:40:00 +00:00
WikipediaSelector.tsx