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

css transform breaks fixed elements #597

Open
jvenezia opened this issue Dec 25, 2017 · 3 comments
Open

css transform breaks fixed elements #597

jvenezia opened this issue Dec 25, 2017 · 3 comments

Comments

@jvenezia
Copy link

I think we should not use transform css property on liquid containers until this is fixed: w3c/csswg-drafts#913

I know there is closed issues about that but I find it quite important to think of a definitive solution. At least having an option to disable it completely easily.

Setting transform: none; on liquid containers was not enough for me, something is setting transform: scale(1); on .liquid-child after animations.

@Subtletree
Copy link

Subtletree commented Jan 16, 2018

There's a couple of workarounds mentioned here #197

@jvenezia
Copy link
Author

Thank you @Subtletree . Unfortunately none of them worked perfectly for me. I really think this should not be used by default until the original problem is addressed.

@ef4
Copy link
Collaborator

ef4 commented Jan 16, 2018

Setting transform: none; on liquid containers was not enough for me, something is setting transform: scale(1); on .liquid-child after animations.

It sounds like the animation is setting that, and should probably be changed to clean up after itself when it's done. What animation are you using?

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

3 participants