Add OBS group management feature #3

Merged
deco merged 14 commits from ui-improvements into main 2025-07-20 21:46:26 +03:00
Showing only changes of commit 5bc4d30102 - Show all commits

View file

@ -77,7 +77,7 @@ export default function Dropdown({
</button>
{(controlledIsOpen ?? isOpen) && (
<div className="absolute z-50 w-full dropdown-menu">
<div className="absolute z-[9999] w-full dropdown-menu">
{options.length === 0 ? (
<div className="dropdown-item text-center">
No streams available