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

Get rid of negative margins on flex elements #937

Closed
snide opened this issue Jun 20, 2018 · 2 comments
Closed

Get rid of negative margins on flex elements #937

snide opened this issue Jun 20, 2018 · 2 comments
Labels

Comments

@snide
Copy link
Contributor

snide commented Jun 20, 2018

I fight this stuff every day. While negative margins make some of hte sass calculations easier, they really mess up anytime a flexgroup or grid is in a container with fixed sizes. Biggest problem is that overflows will trigger because the element is shifted outside of a container because it's a negative margin.

image

@cchaos
Copy link
Contributor

cchaos commented Mar 30, 2020

Another problem is that it can cause an overlap of clickable elements
Screen Shot on 2020-03-30 at 16:53:44

@chandlerprall
Copy link
Contributor

Closing this, it is implied by any solution found in #55

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

Successfully merging a pull request may close this issue.

3 participants