mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
on rtl languages the language dropdown is not visible (#1526)
This commit is contained in:
parent
7522c48453
commit
686af31d9d
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue