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

Incompatible with bootstrap #1453

Closed
1 task done
Banyc opened this issue Dec 15, 2020 · 2 comments
Closed
1 task done

Incompatible with bootstrap #1453

Banyc opened this issue Dec 15, 2020 · 2 comments
Labels

Comments

@Banyc
Copy link

Banyc commented Dec 15, 2020

Bug Report

Steps to reproduce

  1. Clone this repo .
  2. Go to the branch e72a8df8828f6bcc1ed5301fad81a5cf7f76d9fa.
  3. docsify serve docs.
  4. Click the title that has subtitles in the sidebar twice.

What is current behaviour

When clicking the title that has subtitles in the sidebar twice, the title will disappear.

What is the expected behaviour

The title that was clicked should not disappear.

Other relevant information

  • Bug does still occur when all/other plugins are disabled?

  • Your OS:

  • Node.js version:

  • npm/yarn version:

  • Browser version:

  • Docsify version:

  • Docsify plugins:

Please create a reproducible sandbox

Edit 307qqv236

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

@Banyc
Copy link
Author

Banyc commented Dec 15, 2020

Forgot to mention that the bootstrap is introduced in file index.html.

@sy-records
Copy link
Member

collapse class name conflict.

You can add this css to index.html

.collapse:not(.show) {
    display: unset!important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants