bootstrap-cheatsheet
bootstrap-cheatsheet copied to clipboard
Fix: Scrollbar Disabling Issue (#5)
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
!importantto theoverflow: autoproperty to ensure the scrollbar remains enabled in the.bs-cheatsheet.modal-openclass andoverflow: hiddenproperty not get applied.
Issue Reference
- Issue #5: Scrollbar gets disabled when viewing examples.
Note
- I encountered a build conflict on my machine, preventing me from compiling the
srcfolder intoassetsusinggulp. The issue might require someone with a functioning build setup to verify the changes.