Skip to content

Fix: Scrollbar Disabling Issue (#5) #7

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Amit-K-007
Copy link

Summary

This PR addresses issue #5 where the scrollbar gets disabled when viewing an example on the page. The issue was fixed by modifying the _editor.scss file to ensure that the scrollbar remains functional.

Changes Made

  • Added !important to the overflow: auto property to ensure the scrollbar remains enabled in the .bs-cheatsheet.modal-open class and overflow: hidden property not get applied.

Issue Reference

Note

  • I encountered a build conflict on my machine, preventing me from compiling the src folder into assets using gulp. The issue might require someone with a functioning build setup to verify the changes.

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

Successfully merging this pull request may close these issues.

1 participant