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

Fix firefox overflow #3806

Merged
merged 3 commits into from
Sep 25, 2019
Merged

Fix firefox overflow #3806

merged 3 commits into from
Sep 25, 2019

Conversation

bramkragten
Copy link
Member

Might fix... #3725 & #3660

MIght fix...
flex: 1;
width: 100%;
flex: 1 1 100%;
max-width: 100%;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does the page look with 1 column? Since the background is on this element, not having it be 100% will mess with the width ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

base width is still 100%, it would be the same as:

          flex: 1;
          width: 100%;
          max-width: 100%;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but the flex-grow: 1 would also make it 100% width, so it should not be necessary at all

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CSS hell. Sometimes it's easier to just remove all rules and built it up again. Oh well.

We should start adding comments to CSS rules like this to make sure we know why they are there.

@balloob
Copy link
Member

balloob commented Sep 25, 2019

ok to merge when a comment is added, maybe even a reference to this PR.

@bramkragten bramkragten merged commit 111d1af into dev Sep 25, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix-firefox-overflow branch September 25, 2019 19:52
@bramkragten bramkragten mentioned this pull request Oct 2, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Jul 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants