Skip to content

Commit

Permalink
Updated README.md to allow Bootstrap 5 problem (symfony#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien70 authored Aug 11, 2022
1 parent 9312b58 commit 0e1b5ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,18 @@ The following features are not currently supported:

Pull Requests are welcome to fill the remaining gaps!

## Troubleshooting

### Run with Bootstrap 5

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.

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.

```scss
$enable-smooth-scroll: false;
```

## Save the Panthers

Many of the wild cat species are highly threatened.
Expand Down

0 comments on commit 0e1b5ad

Please sign in to comment.