Explorar o código

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

Ion Rosgrim %!s(int64=5) %!d(string=hai) anos
pai
achega
686af31d9d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/css/styles.scss

+ 2 - 1
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;