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

Allow markdown preview to scroll past content #15795

Closed
adamralph opened this issue Nov 21, 2016 · 0 comments · Fixed by #15919
Closed

Allow markdown preview to scroll past content #15795

adamralph opened this issue Nov 21, 2016 · 0 comments · Fixed by #15919
Assignees
Labels
feature-request Request for new features or functionality markdown Markdown support issues

Comments

@adamralph
Copy link

adamralph commented Nov 21, 2016

  • VSCode Version: 1.7.1
  • OS Version: Windows 10

Steps to Reproduce:

  1. Open a markdown document
  2. Open the markdown preview
  3. Try and scroll past the content in the markdown preview.

image

The changes required to implement this are probably a small subset of what is required to implement #5047, but I'm hoping this can be done easily and released soon, whereas #5047 may require significantly more work. If #5047 is implemented in the meantime then I expect it can supersede this issue.

@ramya-rao-a ramya-rao-a added the markdown Markdown support issues label Nov 21, 2016
@mjbvz mjbvz added the feature-request Request for new features or functionality label Nov 21, 2016
mjbvz added a commit to mjbvz/vscode that referenced this issue Nov 28, 2016
Issue microsoft#15795

Allows the markdown preview to scroll past its contents, like we do with the editor.

Closes microsoft#15795
mjbvz added a commit that referenced this issue Nov 29, 2016
* Allow markdown preview to scroll past content

Issue #15795

Allows the markdown preview to scroll past its contents, like we do with the editor.

Closes #15795

* Toggle preview scroll beyond using editor.scrollBeyondLastLine
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality markdown Markdown support issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants