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

Sidebar Scrolls Out of View #2

Open
petecarapetyan opened this issue May 21, 2021 · 0 comments
Open

Sidebar Scrolls Out of View #2

petecarapetyan opened this issue May 21, 2021 · 0 comments

Comments

@petecarapetyan
Copy link
Owner

On long pages, the sidebar should remain visible instead of scrolling out of view when scrolling down.

The code is actually in there to accomplish this but it fails. For example, in one theme:

.sidebar-grid-area {
  position: sticky;
  top: 55px;
}

Stackoverflow has many items on this, but so far the fixes mentioned did not have the desired effect.

It may or may not involve some work within the rocket code itself, such as a fix within the fins version of layout.css

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

No branches or pull requests

1 participant