obs-ss-plugin-webui/app
Decobus c4dd8a915b
Some checks failed
Lint and Build / build (pull_request) Failing after 1m15s
Fix dropdown z-index with CSS layer forcing
Added CSS properties to force dropdown above stacking contexts:
- z-index: 99999 \!important
- position: absolute
- transform: translateZ(0) to create new stacking context
- will-change: transform for optimization

This addresses the issue where backdrop-filter in .glass creates
stacking contexts that hide dropdowns.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-20 01:57:59 -04:00
..
api Add OBS group management feature and documentation 2025-07-20 00:28:16 -04:00
edit/[id] Fix frontend compatibility with new API response format 2025-07-19 05:52:25 -04:00
fonts Initial commit - OBS Source Switcher Plugin UI 2025-07-15 22:15:57 -04:00
streams Revert dropdown to simpler positioning approach 2025-07-20 01:55:22 -04:00
teams Add OBS group management feature and documentation 2025-07-20 00:28:16 -04:00
favicon.ico Initial commit - OBS Source Switcher Plugin UI 2025-07-15 22:15:57 -04:00
globals.css Fix dropdown z-index with CSS layer forcing 2025-07-20 01:57:59 -04:00
layout.tsx Add comprehensive performance monitoring and testing infrastructure 2025-07-19 06:20:19 -04:00
page.tsx Add comprehensive performance monitoring and testing infrastructure 2025-07-19 06:20:19 -04:00