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

Bug: Sidebar card heights cause issues in some scenarios #35

Open
UPLYNXED opened this issue May 26, 2023 · 0 comments
Open

Bug: Sidebar card heights cause issues in some scenarios #35

UPLYNXED opened this issue May 26, 2023 · 0 comments

Comments

@UPLYNXED
Copy link
Owner

Problems happen when the cards fill up a lot of vertical space:

  • Position Sticky means they go over the navbar when you scroll to the footer
    • Other options so far seem to push it over the footer instead
  • Seems to be no good way to make cards fill up the height to a consistent max while also distributing them properly.

I think a programmatic solution is in order, unless Firefox finally releases its :has() CSS functionality.
Related commit: ac6791c

UPLYNXED pushed a commit that referenced this issue May 29, 2023
- Made certain tall sidebar cards collapsible, progress on #35
- Closes #33
UPLYNXED pushed a commit that referenced this issue Jun 11, 2023
- Addresses some issues related to #35
- Sidebar cards are now collapsible
- Sidebar max height now changes on breakpoint changes
- Reordered some of the sidebar content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant