We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9312b58 commit 0e1b5adCopy full SHA for 0e1b5ad
README.md
@@ -677,6 +677,18 @@ The following features are not currently supported:
677
678
Pull Requests are welcome to fill the remaining gaps!
679
680
+## Troubleshooting
681
+
682
+### Run with Bootstrap 5
683
684
+If you are using Bootstrap 5, then you may have a problem with testing. Bootstrap 5 implements a scrolling effect, which tends to mislead Panther.
685
686
+To fix this, we advise you to deactivate this effect by setting the Bootstrap 5 **$enable-smooth-scroll** variable to **false** in your style file.
687
688
+```scss
689
+$enable-smooth-scroll: false;
690
+```
691
692
## Save the Panthers
693
694
Many of the wild cat species are highly threatened.
0 commit comments