-
Notifications
You must be signed in to change notification settings - Fork 91
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: sidebar being too tall #1505
fix: sidebar being too tall #1505
Conversation
Signed-off-by: Philipp Rudloff <[email protected]>
Signed-off-by: Philipp Rudloff <[email protected]>
✅ Deploy Preview for kuma ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Philipp Rudloff <[email protected]>
Signed-off-by: Philipp Rudloff <[email protected]>
Signed-off-by: Philipp Rudloff <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, seems to fix it
Getting to the bottom of the scrollbar on
https://kuma.io/docs/2.4.x/production/cp-deployment/stand-alone/
vs https://deploy-preview-1505--kuma.netlify.app/docs/2.4.x/production/cp-deployment/stand-alone/
Changes
Fixes the sidebar being too tall which messes up the scrolling behavior: one currently often needs to scroll all the way to the bottom of the page to see the bottom items of the sidebar. This PR changes the sidebar behavior so that the sidebar can always be scrolled individually regardless of the main content height.
Resolves #1321.
Notes
I made some development setup-related changes that I ran into while working on this.
One note on the development setup using
make run
: I had trouble getting things working and ultimately, with the help of @fabianrbz, got a working development server working by removingnetlify: sleep 50 && netlify dev
from theProcfile
. I haven’t committed this change here because I’m not entirely sure what it implies.