-
Notifications
You must be signed in to change notification settings - Fork 25
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
3129 Gallery Sidebar Not Visible #3615
base: develop
Are you sure you want to change the base?
Conversation
Fixed the scrolling issue, ready for review now. |
@misaugstad Fixed this so its sticky only if there are less than 6 results on the page. Will make it move all the way down when it can. |
I don't think you quite understood what I meant here. Ultimately what we want is for the sidebar to move with the page as you scroll until the bottom of the sidebar hits the top of the footer. This way, the sidebar is never hidden under the footer, and you see as much of the sidebar as possible at all times. With your most recent change, the sidebar can be hidden by the footer again (this is what I'm seeing with only one row of cards): And the footer isn't getting all the way to the top of the footer before being hidden by the navbar: |
Sounds good, sorry for the misunderstanding. I'll work on a new version with these changes ASAP. I didn't see those issues while testing on my end so will try and reproduce too to see whats going on. |
Resolves #3129
When there were less than the full # of gallery view entries, the sidebar was not fully visible. I changed the height of the container to fix this. I'm still keeping this as a draft for the moment though because the sidebar is messed up upon attempting to scroll below the margins of the screen.
Before/After screenshots (if applicable)
Before
##After
TESTING INSTRUCTIONS
Things to check before submitting the PR