Skip to content

Commit

Permalink
feat(rtl): controls position
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey committed Jan 23, 2024
1 parent 227e4d8 commit dee7c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DocPage/DocPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
right: 7px;

[dir='rtl'] & {
flex-direction: row-reverse;
left: -210px;
left: 7px;
right: auto;
}

& > .dc-controls {
Expand Down

0 comments on commit dee7c1b

Please sign in to comment.