fix(ui): Correct phone number dropdown position in RTL layouts (#23964)
* fix(ui): correct phone input dropdown position in RTL * chore: Remove explanatory comments per review
This commit is contained in:
@@ -647,3 +647,8 @@ select:focus {
|
||||
[data-radix-popper-content-wrapper] {
|
||||
border: none;
|
||||
}
|
||||
|
||||
html[dir="rtl"] .react-tel-input .flag-dropdown {
|
||||
left: auto !important;
|
||||
right: 0 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user