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

fix(layout): sidebars partly hidden if content too tall #1574

Open
wants to merge 1 commit into
base: v4
Choose a base branch
from

Conversation

saberzero1
Copy link
Collaborator

closes #1567

@@ -184,7 +184,7 @@ a {
box-sizing: border-box;
padding: $topSpacing 2rem 2rem 2rem;
display: flex;
height: 100vh;
min-height: 100vh;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, this would make side panel scrollable past vh

Screen.Recording.2024-11-09.at.00.38.09.mov

in this case I have sidebar set to display: grid. Not sure if this affects anything.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a suspicion that it is caused by not setting a height. I'll investigate later today.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no rush. Thanks for the prompt update.

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

Successfully merging this pull request may close these issues.

Sidebar not scrollable anymore with Giscus comment presented at after body.
2 participants