UI: Header dropdown menus clip on constrained viewports #195

Open
opened 2026-05-29 16:45:55 -05:00 by null · 0 comments
Owner

Severity: Major

Description: Desktop Services and Industries dropdowns use absolute top-full left-0 w-64 but parent nav container may clip or push the dropdown when page has padding or constrained containers.

File: src/components/layout/Header.jsx lines 71-115

Fix direction: Ensure parent nav container has overflow-visible or position dropdowns relative to trigger element.

**Severity:** Major **Description:** Desktop Services and Industries dropdowns use `absolute top-full left-0 w-64` but parent nav container may clip or push the dropdown when page has padding or constrained containers. **File:** `src/components/layout/Header.jsx` lines 71-115 **Fix direction:** Ensure parent nav container has `overflow-visible` or position dropdowns relative to trigger element.
null added the
bug
ui
labels 2026-05-29 16:45:55 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#195
No description provided.