obs-ss-plugin-webui/components
Decobus fd58d200f2
Some checks failed
Lint and Build / build (pull_request) Failing after 1m13s
Fix dropdown layering with fixed positioning
Replace absolute positioning with fixed positioning to break out of
stacking contexts created by glass morphism effects.

Changes:
- Use fixed positioning with calculated coordinates
- Track button position with getBoundingClientRect()
- Update click outside detection to include button reference
- Ensure dropdown appears above all other elements

This should resolve the issue where dropdowns appear behind other containers.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-20 01:53:10 -04:00
..
__tests__ Add comprehensive performance monitoring and testing infrastructure 2025-07-19 06:20:19 -04:00
Dropdown.tsx Fix dropdown layering with fixed positioning 2025-07-20 01:53:10 -04:00
ErrorBoundary.tsx Implement professional error handling and user feedback system 2025-07-19 05:39:21 -04:00
Footer.tsx Add comprehensive performance monitoring and testing infrastructure 2025-07-19 06:20:19 -04:00
Header.tsx Implement Solarized Dark theme with accessibility improvements 2025-07-19 05:24:55 -04:00
PerformanceDashboard.tsx Add comprehensive performance monitoring and testing infrastructure 2025-07-19 06:20:19 -04:00
Toast.tsx Implement professional error handling and user feedback system 2025-07-19 05:39:21 -04:00