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

Remove 1 px from max to avoid overlapping target #57

Merged
merged 1 commit into from
May 14, 2020

Conversation

AfzalH
Copy link
Contributor

@AfzalH AfzalH commented Jul 17, 2019

Motivation: If we want to toggle 2 columns depending on a breakpoint we write

<Col hiddenMdUp>Should Hide on larger than MD</Col>
<Col hiddenMdDown>Should Hide on smaller than MD</Col>

It usually works but if the screen width is exactly = MD then both hides. Changing one of them by 1 pixel should solve this problem.

Motivation: If we want to toggle 2 columns depending on a breakpoint we write
```
<Col hiddenMdUp>Should Hide on larger than MD</Col>
<Col hiddenMdDown>Should Hide on smaller than MD</Col>
```
It usually works but if the screen width is exactly = MD then both hides. Changing one of them by 1 pixel should solve this problem.
@dragma
Copy link
Owner

dragma commented May 14, 2020

#70

@dragma dragma merged commit ec384fd into dragma:master May 14, 2020
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

Successfully merging this pull request may close these issues.

2 participants