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

left menu incomplete on small screen #42

Closed
fccm opened this issue Apr 16, 2013 · 4 comments
Closed

left menu incomplete on small screen #42

fccm opened this issue Apr 16, 2013 · 4 comments
Labels

Comments

@fccm
Copy link

fccm commented Apr 16, 2013

The screen resolution of my netbook is 1024x600,
then the left menu is incomplete because it's not scrolable, it's fixed:

@venator
Copy link
Contributor

venator commented Apr 17, 2013

Indeed, the menu is fixed until you reach the bottom of the page (it will scroll when the bottom of the menu "touches" the bottom of the page). We can probably do better by detecting screen size and making it fixed only if there's enough space to display it, or even not fixing it at all.

@samoht
Copy link
Contributor

samoht commented Apr 17, 2013

An other solution would be to display the menu as a sub-navigation bar. But yes, I guess not fixing it at all would work as well.

@fccm
Copy link
Author

fccm commented Apr 17, 2013

venator wrote:

Indeed, the menu is fixed until you reach the bottom of the page (it will scroll when the bottom of the menu "touches" the bottom of the page).

No with the firefox I'm currently using it doesn't scroll when I reach the bottom of the page.
I'm using Firefox 20.0.1
here is another screenshot of the bottom of the page

@dsheets
Copy link
Contributor

dsheets commented Aug 23, 2014

This will be fixed by #113 in which the affix feature of bootstrap was turned off because it was using broken JavaScript to change the position property of the sidebar.

Sorry this took so long. Closing now in anticipation of #113 being merged very shortly.

@dsheets dsheets closed this as completed Aug 23, 2014
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

4 participants