Some checks failed
Lint and Build / build (pull_request) Failing after 1m20s
Complete rewrite of dropdown positioning using React Portal: - Renders dropdown in document.body via createPortal - Uses fixed positioning with calculated coordinates - Completely bypasses all CSS stacking contexts - Includes proper SSR handling with mounted state - Maintains click-outside detection for both button and menu This should definitively solve the dropdown layering issue by rendering the dropdown outside any parent containers with backdrop-filter. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
---|---|---|
.. | ||
__tests__ | ||
Dropdown.tsx | ||
ErrorBoundary.tsx | ||
Footer.tsx | ||
Header.tsx | ||
PerformanceDashboard.tsx | ||
Toast.tsx |