Skip to content

Commit 0e1b5ad

Browse files
authored
Updated README.md to allow Bootstrap 5 problem (#531)
1 parent 9312b58 commit 0e1b5ad

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,18 @@ The following features are not currently supported:
677677

678678
Pull Requests are welcome to fill the remaining gaps!
679679

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+
680692
## Save the Panthers
681693

682694
Many of the wild cat species are highly threatened.

0 commit comments

Comments
 (0)