diff --git a/apps/web/styles/globals.css b/apps/web/styles/globals.css index 5939d70e78..0e1cb7e51c 100644 --- a/apps/web/styles/globals.css +++ b/apps/web/styles/globals.css @@ -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; +}