Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DariaUshaeva/094da4ac7a271d599d6f4f3f820104cf to your computer and use it in GitHub Desktop.
Save DariaUshaeva/094da4ac7a271d599d6f4f3f820104cf to your computer and use it in GitHub Desktop.
diff --git a/design/themes/responsive/css/tygh/rtl.less b/design/themes/responsive/css/tygh/rtl.less
index 8fe7cf9297..a196ee50c0 100644
--- a/design/themes/responsive/css/tygh/rtl.less
+++ b/design/themes/responsive/css/tygh/rtl.less
@@ -122,4 +122,9 @@ html[dir="rtl"] {
padding-right: 4px;
}
}
+
+ .select2-container--open .select2-dropdown {
+ left: auto;
+ right: 0;
+ }
}
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment