-
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
Gallery sidebar not fully visible if there isn't a full page of cards #3129
Comments
Easiest fix might be a min-height on the main content div. |
Looks like I actually ended up fixing #2716 as part of PR #3118 but there are definitely still issues here! Note that when I get to the last page here, some of the bottom of the sidebar is cut off... Then I can scroll down to reveal it... But when I scroll back up, the top part of the sidebar never comes back into view! |
When trying to test this, you should be able to find a set of filters that you can apply that will result in there being only row of images (cards) being shown. This is probably the test case to work with! |
Brief description of problem/feature
When there isn't a full page of cards to show, the height of the page is decreased to the point where some or all of the sidebar filters can be hidden. Issue #2716 is a specific instance of this when we show no cards at all. Here are a few screenshots that demonstrate the problem (some courtesy of @devonsnyder):
The text was updated successfully, but these errors were encountered: