yeun / open-color

Color scheme for UI design.
https://yeun.github.io/open-color/
MIT License
5.29k stars 243 forks source link

Make color navigation sidebar follow scrolling #47

Closed ElectricCookie closed 7 years ago

ElectricCookie commented 7 years ago

It would be nice if the sidebar on the left side followed when you scroll down, maybe even show a "back to top" at the bottom, since the length of the website varies depending on your aspect ratio.

wooseopkim commented 7 years ago

css

@yeun Setting div.shortcut-wrap's position as sticky and specifying top for it would do the magic.

And "Back to top" button should be in position: fixed.

yeun commented 7 years ago

Position fixed navigation does not support low-height browsers, so I want to avoid them. But the back to top button is a good idea. Feel free to reopen this issue if you want to implement it.