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 vertical overflow on timeline #178

Merged
merged 2 commits into from
Apr 30, 2020
Merged

Fix vertical overflow on timeline #178

merged 2 commits into from
Apr 30, 2020

Conversation

andyrichardson
Copy link
Collaborator

@andyrichardson andyrichardson commented Apr 30, 2020

About

Fix #177

Screenshots

Kapture 2020-04-30 at 10 41 07

@andyrichardson andyrichardson requested a review from kitten April 30, 2020 09:51
Copy link
Contributor

@wgolledge wgolledge left a comment

Choose a reason for hiding this comment

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

⚡ Looks good ⚡

overflow: hidden;
overflow-y: visible;
width: 100%;
box-sizing: border-box;
Copy link
Contributor

Choose a reason for hiding this comment

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

Not that it really matters, but I think alphabeticalising(?) css props can help keep them at least somewhat organised

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Would be cool if prettier could do this - do you have examples of repos that use this?

I can see the advantages - sometimes I group by type (e.g. color, positioning) but I'm not consistent with that.

Copy link
Contributor

Choose a reason for hiding this comment

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

No concrete examples to hand - I don't think there's a defacto standard

I just found this post that was a fairly interesting read, and mentions stylelint-config-rational-order and stylelint-order which could be useful if using stylelint

@andyrichardson andyrichardson merged commit 29dee08 into master Apr 30, 2020
@andyrichardson andyrichardson deleted the 177-fix-css-woes branch April 30, 2020 10:48
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.

No vertical scrolling on the timeline
2 participants