Fix menu not working in RTL menu (#349)

This commit is contained in:
xhdix
2021-06-08 11:08:46 +03:00
committed by GitHub
parent 4540d66e3b
commit 379e311d7e
+1 -1
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);
}