Skip to content
Snippets Groups Projects
Commit 68628855 authored by Mario Jr's avatar Mario Jr
Browse files

fix: audio device selector problem when using RTL locales

Closes #11870
parent 9dbb298a
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ class InputStreamLiveSelector extends Component {
onClick={() => {}}
/>
</DropdownTrigger>
<DropdownContent>
<DropdownContent className={styles.dropdownContent}>
<DropdownList className={styles.dropdownListContainer}>
{dropdownListComplete}
</DropdownList>
......
......@@ -40,6 +40,12 @@
}
}
}
.dropdownContent {
[dir="rtl"] & {
right: auto;
}
}
}
.glow {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment