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

Improve overflow & scrolling #675

Closed
liamaharon opened this issue Jan 9, 2019 · 0 comments
Closed

Improve overflow & scrolling #675

liamaharon opened this issue Jan 9, 2019 · 0 comments
Labels
enhancement New feature or request suggestion
Milestone

Comments

@liamaharon
Copy link
Contributor

Currently, overflow on the y-axis defaults to a scrollbar for the entire application.

Instead, similar to other Electron apps like Slack/Discord, we could set the fixed height of the app to 100vh, and set overflow: scroll in inner containers containing content as necessary.

This would allow users to scroll through content, with the sidebar and tab menu always remaining fixed

@liamaharon liamaharon added enhancement New feature or request suggestion labels Jan 9, 2019
@liamaharon liamaharon added this to the 0.9.0 milestone Jan 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request suggestion
Projects
None yet
Development

No branches or pull requests

1 participant