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

Documentation panel should be pinned to bottom of page #24

Open
sersorrel opened this issue Aug 20, 2019 · 0 comments
Open

Documentation panel should be pinned to bottom of page #24

sersorrel opened this issue Aug 20, 2019 · 0 comments
Labels
enhancement New feature or request low-priority UX/UI This is to do with how the application looks or behaves.

Comments

@sersorrel
Copy link
Contributor

It would be really nice if the documentation panel:

image

didn't jump around as you change pages within the application; when there's space, it should sit at the bottom of the page, not flush against the main application UI (but when there isn't space, it should overflow off the bottom of the screen like normal).

This is probably possible with flexbox – put a flex-grow: 1 on the #root, put the #root and the doc panel in a display: flex div together, set the div to be justify-content: space-between and you're probably most of the way there.

The fixed bottom navbar is a slight snag; either add a fixed amount of margin below the doc panel (the current 90px seems to be enough for when the bottom navbar content overflows onto two lines), or add a visibility: hidden copy of the navbar inline (not .navbar-fixed-bottom) at the end of the page.

@sersorrel sersorrel added enhancement New feature or request UX/UI This is to do with how the application looks or behaves. labels Aug 20, 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 low-priority UX/UI This is to do with how the application looks or behaves.
Projects
None yet
Development

No branches or pull requests

1 participant