🎨 style: standardize dropdown styling & fix z-Index layering (#6939)

* fix: Dropdown settings

* refactor: classname cleanup

* refactor: export modal

* fix: Export dropdown
This commit is contained in:
Marco Beretta 2025-04-18 17:36:59 +02:00 committed by GitHub
parent 52f146dd97
commit 150116eefe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 39 additions and 39 deletions

View file

@ -29,7 +29,7 @@ export function BrowserVoiceDropdown() {
onChange={handleVoiceChange}
sizeClasses="min-w-[200px] !max-w-[400px] [--anchor-max-width:400px]"
testId="BrowserVoiceDropdown"
className="rounded-xl"
className="z-50"
/>
</div>
);
@ -58,7 +58,7 @@ export function ExternalVoiceDropdown() {
onChange={handleVoiceChange}
sizeClasses="min-w-[200px] !max-w-[400px] [--anchor-max-width:400px]"
testId="ExternalVoiceDropdown"
className="rounded-xl"
className="z-50"
/>
</div>
);