Skip to content

Commit b3bfad7

Browse files
authored
fix(ui): Correct phone number dropdown position in RTL layouts (calcom#23964)
* fix(ui): correct phone input dropdown position in RTL * chore: Remove explanatory comments per review
1 parent f80b45e commit b3bfad7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/web/styles/globals.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,3 +647,8 @@ select:focus {
647647
[data-radix-popper-content-wrapper] {
648648
border: none;
649649
}
650+
651+
html[dir="rtl"] .react-tel-input .flag-dropdown {
652+
left: auto !important;
653+
right: 0 !important;
654+
}

0 commit comments

Comments
 (0)