Fix menu not working in RTL menu (#349)
This commit is contained in:
parent
4540d66e3b
commit
379e311d7e
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ ul.pagination {
|
|||
}
|
||||
|
||||
//for RTL support
|
||||
body[dir="rtl"] #menu-control:checked + main {
|
||||
body[dir="rtl"] #menu-control:checked ~ main {
|
||||
.book-menu .book-menu-content {
|
||||
transform: translateX(-$menu-width);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue