-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
UI: Remove css zoom #21303
UI: Remove css zoom #21303
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
Hi @Luk-z! Could you share an example for us to look into this in more detail, please? |
Hi @integrayshaun , sorry for late response... Here the example. As You can see I wrapped the 2 story inside a div, simulating Canvas story container using transform scale. In the Docs page using scale the result is more coherent with a canvas/container behavior. |
Hi @Luk-z, Thank you for your contribution! It seems, that you have some Typescript related issues on your branch: https://github.com/storybookjs/storybook/actions/runs/4718187330/jobs/8367516000?pr=21303#step:4:367 |
@valentinpalkovic fixed! |
Causing unexpected behaviors in the following Github Issues: |
Closes #21302
What I did
Remove the support of css zoom because it's a non-standard feature and should not be used as i described here.
How to test
Just create a story in a docs page with a fixed div (with top, left, bottom and right 0px).
Checklist
MIGRATION.MD
Maintainers
make sure to add the
ci:merged
orci:daily
GH label to it.["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]