on rtl languages the language dropdown is not visible (#1526)

This commit is contained in:
Ion Rosgrim 2020-05-03 10:23:04 +02:00 committed by GitHub
parent 7522c48453
commit 686af31d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -388,6 +388,7 @@ button,
} }
.dropdown-select__language.dropdown-select--floating { .dropdown-select__language.dropdown-select--floating {
position: fixed;
bottom: 10px; bottom: 10px;
:root[dir="ltr"] & { :root[dir="ltr"] & {
right: 44px; right: 44px;
@ -448,7 +449,7 @@ button,
} }
.github-corner { .github-corner {
position: absolute; position: fixed;
top: 0; top: 0;
:root[dir="ltr"] & { :root[dir="ltr"] & {
right: 0; right: 0;