-
Notifications
You must be signed in to change notification settings - Fork 31
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
Make sidebar container scroll internally #554
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c79eae4
Make sidebar container scroll internally
adamwoodnz 1fd41c1
Decouple sidebar container from ToC
adamwoodnz b05e933
Allow multiple sidebar containers
adamwoodnz 769f18e
Remove debug color
adamwoodnz 49d1fac
Make back to top link optional
adamwoodnz 0eb7dea
Update docs
adamwoodnz 08191e0
Fix postcss selector nesting
adamwoodnz c914570
Fix postcss selector nesting
adamwoodnz f1a29d9
Fix postcss selector nesting
adamwoodnz f291ec1
Remove ToC back to top padding if no content
adamwoodnz ebb5561
Make sidebar container control padding when fixed
adamwoodnz 7c2c1a7
Move skip link target styles to local nav bar
adamwoodnz b24b6f2
Make the inline breakpoint configurable for each container
adamwoodnz 740a0aa
Move logic to hide ToC heading if content is empty from JS to render
adamwoodnz 0b9b873
Fix handling of zero css values in getCustomPropValue
adamwoodnz 17d0add
Complete jsdoc
adamwoodnz abf6ac5
Fix scrolling height calc when logged out
adamwoodnz 91fe052
Revert changing admin bar height detection
adamwoodnz 061aab3
Improve scrollbar styles
adamwoodnz bcb5688
Only reduce the height when the footer is visible if the sidebar is f…
adamwoodnz 07b512c
Revert "Move logic to hide ToC heading if content is empty from JS to…
adamwoodnz 2aed927
Use snakecase for php vars
adamwoodnz 40f8977
Add bottom padding all the time when floating
adamwoodnz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Moved from the sidebar container styles, as it relates directly to the change in positioning of the local nav bar