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:
Adarsh Singh
2025-09-23 01:22:06 +00:00
committed by GitHub
parent f80b45e36a
commit b3bfad7fea
+5
View File
@@ -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;
}