Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Fixes clipped final row of pokemon entries #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

beejaymay
Copy link

@beejaymay beejaymay commented Aug 25, 2016

Hard coding calc to account for height of toolbar for now. This is sloppy, and should be made dynamic in the future.

Fixes #33

@ShadOoW
Copy link

ShadOoW commented Sep 13, 2016

In HomePage.css

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

This should be more maintainable, cheers.

@beejaymay
Copy link
Author

Quite right. Thank you.

Note to self: Stop forgetting about flex-box when working on Electron apps. It just works.

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

Successfully merging this pull request may close these issues.

2 participants