Temzasse / react-modal-sheet

Flexible bottom sheet component built with Framer Motion to provide buttery smooth UX while keeping accessibility in mind 🪐
https://temzasse.github.io/react-modal-sheet/
MIT License
783 stars 74 forks source link

Make the style prop of Sheet functional #93

Closed mattddean closed 1 year ago

mattddean commented 1 year ago

The prop style of Sheet is non-functional because it's overwritten by the package's included styles. This change allows users to override any part of the default style for the Sheet component. In my case, I need to change the z-index of the Sheet component.