Enable block scrolling in ltr time mode

This commit is contained in:
Mononaut
2022-10-03 21:44:55 +00:00
parent 54c44565fb
commit be2b72eea7
5 changed files with 42 additions and 8 deletions

View File

@@ -146,4 +146,10 @@
.block-body {
transform: scaleX(-1);
}
}
:host-context(.rtl-layout) {
#arrow-up {
transform: translateX(70px);
}
}