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

Commits on Jul 17, 2019

  1. Remove 1 px from max to avoid overlapping target

    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.
    AfzalH authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    d708b79 View commit details
    Browse the repository at this point in the history