Skip to content

Commit

Permalink
Add prop to not add body styles (#342)
Browse files Browse the repository at this point in the history
* Fix scroll to top

* adjust hero

* fix lock file

* Add prop to not add body styles, update readme

* Add will change

* fix
  • Loading branch information
emilkowalski committed May 7, 2024
1 parent 8f1cd88 commit fb7b5ac
Show file tree
Hide file tree
Showing 5 changed files with 726 additions and 814 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ Additional props:

`disablePreventScroll`: When `true` scroll prevention mechanism will be disabled. Scroll prevention ensures that page will not scroll on mobile when opening drawer. However this mechanism gets confused when drawer has an input with autofocus and therefore opens simulataneosly with touch keyboard. Defaults to `true`. `modal` set to `false` also disables it.

`noBodyStyles`: When `true` the `body` doesn't get any styles assigned from Vaul.

`setBackgroundColorOnScale`: When `false` we don't change body's background color when the drawer is open. `true` by default.

`[data-vaul-no-drag]`: When interacting with an element with this data attribute, the drawer won't be dragged.

### Trigger
Expand Down
Loading

0 comments on commit fb7b5ac

Please sign in to comment.