fix webcam dropdown menu position for RTL

This commit is contained in:
KDSBrowne 2019-05-17 14:26:44 +00:00
parent 40d58b3349
commit b96bbed3a4

View File

@ -176,6 +176,10 @@
.dropdownContent {
min-width: 8.5rem;
[dir="rtl"] & {
right: 2rem;
}
}
.dropdownList {