Fix menu not working in RTL menu (#349)

feature/prev-next
xhdix 2021-06-08 11:08:46 +03:00 committed by GitHub
parent 4540d66e3b
commit 379e311d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}