Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change scroll behavior when use transform: rotate() CSS property #248

Open
derciesto opened this issue Apr 27, 2023 · 1 comment
Open

Change scroll behavior when use transform: rotate() CSS property #248

derciesto opened this issue Apr 27, 2023 · 1 comment

Comments

@derciesto
Copy link

HI

I have some issues with scrolling

What I'm doing
adding transform: rotate(180deg) CSS property in the body to change the rotation of the webpage.

Issue Facing
Need to slide scroll left to right when the screen is in the normal stage but the screen rotates owl-carousel-o change is scroll behavior also
like scroll-behavior: revert;
for right to left
can you please help me with that

I also use the RTL option but didn't work

help will be appreciated.

@vitalii-andriiovskyi
Copy link
Owner

@derciesto

It would be great if you share the example. So I could see it.

As a quick idea, maybe try to rotate the element containing the owl-carousel-o back like: transform: rotate(-180deg). But I'm not sure in this. It is better to see working and broken in this case example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants