From 686af31d9d0f4f5e49a95563f0ffac3c89b8b138 Mon Sep 17 00:00:00 2001 From: Ion Rosgrim Date: Sun, 3 May 2020 10:23:04 +0200 Subject: [PATCH] on rtl languages the language dropdown is not visible (#1526) --- src/css/styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/styles.scss b/src/css/styles.scss index 8a9031cf..949959cd 100644 --- a/src/css/styles.scss +++ b/src/css/styles.scss @@ -388,6 +388,7 @@ button, } .dropdown-select__language.dropdown-select--floating { + position: fixed; bottom: 10px; :root[dir="ltr"] & { right: 44px; @@ -448,7 +449,7 @@ button, } .github-corner { - position: absolute; + position: fixed; top: 0; :root[dir="ltr"] & { right: 0;