Skip to content

Fix: Fix to make sidebar sticky again#259

Merged
lyqht merged 1 commit intolyqht:mainfrom
osamajvd:fix-sticky-sidebar
Mar 31, 2026
Merged

Fix: Fix to make sidebar sticky again#259
lyqht merged 1 commit intolyqht:mainfrom
osamajvd:fix-sticky-sidebar

Conversation

@osamajvd
Copy link
Copy Markdown
Contributor

Currently, the sidebar is not actually sticky, even though it's positioned as sticky.

As per https://www.browserstack.com/guide/why-css-position-sticky-is-not-working, elements positioned as sticky won't actually be sticky if the parent has an overflow property set to hidden.

I am not sure why this overflow-x-hidden is added here in the first place. As far as I can tell, its not needed. It was added here: 4220a96

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Mar 30, 2026

@osamajvd is attempting to deploy a commit to the lyqht's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Mar 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mini-qr Ready Ready Preview, Comment Mar 31, 2026 0:28am

Copy link
Copy Markdown
Owner

@lyqht lyqht left a comment

Choose a reason for hiding this comment

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

tested works, thank you for fixing this!

@lyqht lyqht merged commit 93553b7 into lyqht:main Mar 31, 2026
4 checks passed
@lyqht
Copy link
Copy Markdown
Owner

lyqht commented Mar 31, 2026

appreciate it, added you as a contributor! :D

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.

2 participants