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

Right column panels should not overflow out of the viewport #467

Closed
juliandescottes opened this issue May 7, 2016 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@juliandescottes
Copy link
Collaborator

From https://twitter.com/dgrizzla/status/727932483724038144

The right column contains several panels :

  • minimap
  • layers list
  • transform tools
  • palette

The minimap and transform tools have fixed heights, the palette has a max-height defined, but the layers list can grow indefinitely if the user keeps adding layers :

image

Either:

  • define max-height on layers-list so that all panels never take more than container's height
  • use flexbox to adapt the height of the dynamic panels (palettes & layers) smoothly
@juliandescottes
Copy link
Collaborator Author

Fixed. To be released with 0.8.0

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

No branches or pull requests

1 participant