-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Allow versions popup to scroll #576
Conversation
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.
Looks good. I have also found the border a bit odd.
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.
Can you remove the bottom padding for wy-nav-shift
also?
@Blendify I saw that padding and decided to leave it alone for this PR since it is unrelated. It might even be desired so that there is some space below the last entry in the navbar. |
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.
Ok.
* rtfd/master: (252 commits) Docs: restructure (readthedocs#573) Docs: Fix typos (readthedocs#584) add missing quotes (bottom should be a string) (readthedocs#580) Typo: Contibuting => Contributing Allow versions popup to scroll (readthedocs#576) Add document block and rename bodycontent content Add a block around the page content Docs: httpdomain package name uses dash instead of period Update changlog for 0.2.5 (readthedocs#570) Run Grunt (readthedocs#568) Create CODE_OF_CONDUCT.md (readthedocs#562) readthedocs#463 - Add github, gitlab, bitbucket page arguments option (readthedocs#464) Remove from theme.conf Remove from docs Update footer.html (readthedocs#561) Refactor docs: split up & slim down read me Fix readthedocs#305 Move 1400px media-query to 1100px (readthedocs#396) Only output div.articleComments if the block has content (readthedocs#555) Readme cleanup (readthedocs#554) Add GitHub templates (readthedocs#410) ...
@@ -2,10 +2,10 @@ | |||
position: fixed | |||
bottom: 0 | |||
left: 0 | |||
overflow-y: scroll |
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.
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.
See #626
@Blendify can you please verify this? I have no project on RTD with enough versions to check if this fixes #575.
I've successfully tested against your url with chrome devtools though.
Note that I have removed the top border from that section, since it looked bad when the versions popup was fully expanded. It also fixes something I've always found odd. If this is desired, we can put it back in.
Before:
After: