question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cannot scroll down and up for the md content

See original GitHub issue

Bug Report

load the _sidebar with md files, when click to show the .md file on the right content, there is no scroll bar on the right, the page is static and even cannot scroll down.

Steps to reproduce

  1. run docsify serve docs
  2. open: localhost
  3. click a sidebar item, it loads the .md file content on the right side
  4. page is static, and window cannot scroll down, only show part of the file. no scrollbar on the right shows up.

What is current behaviour

page is static and cannot scroll down, so i cannot see the whole content in the .md file

What is the expected behaviour

loads the scroll bar on the window on the right side

Other relevant information

  • Docsify-cli version: 4.4.0
  • Docsify plugins: docsify-sidebar-collapse,docsify-scroll-to-top
  • Docsify config:
 window.$docsify = {
        name: "",
        repo: "",
        loadSidebar: true,
        search: "auto",
        auto2top: true
      };

Please create a reproducible sandbox

Edit 307qqv236

Mention the docsify version in which this bug was not present (if any)

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Ayaan-Acommented, Jan 15, 2022

you have linked the docsify script twice. remove the other one and it will work fine.

I don’t know what you mean by this, I have the same problem.

1reaction
anikethsahacommented, May 20, 2020

you have linked the docsify script twice. remove the other one and it will work fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Md-content not scrolling - Stack Overflow
I trying to create a 2-column site with and sticky header, but my doesn't scroll normally. index.html. <body layout=" ...
Read more >
Can&#38;#039;t scroll in Mobile view - MDBootstrap
Topic: Can't scroll in Mobile view ... Special pages are not responsive, can't scroll ! ... Try to replace your register.component.html with:
Read more >
Unable to scroll down in Microsoft edge browser after ...
This mainly occurs in news feed selection (content visibility mode ) when it's set to Headings only mode it works fine but in...
Read more >
overflow-x - CSS: Cascading Style Sheets - MDN Web Docs
This may be nothing, a scroll bar, or the overflow content. ... Like for hidden , the content is clipped to the element's...
Read more >
Overflow - Tailwind CSS
Scrolling if needed. Use overflow-auto to add scrollbars to an element in the event that its content overflows the bounds of that element....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found