helgastogova / react-stateful-bottom-sheet

React Stateful Bottom Sheet is a versatile React component that provides a bottom sheet functionality with the ability to pass the open/closed state to its child components.
MIT License
0 stars 1 forks source link

Pulling up closed Bottom Sheet shows items behind #8

Open costyn opened 11 months ago

costyn commented 11 months ago

Hello again,

If you pull up enough on the Bottom Sheet while it is closed, it then reveals the text underneath. This screenshot shows what I mean:

image

I'm not too bothered by it, but might be nice to fix it. I guess make the panel longer somehow?

alexandra-urberg commented 11 months ago

@costyn @helgastogova to fix the issue you can use this:

Screenshot 2023-10-28 at 1 41 19
alexandra-urberg commented 10 months ago

@helgastogova also wanted to thank you for such a great example of the BottomSheet component. ❤️

helgastogova commented 9 months ago

Hey guys @alexandra-stepanova @costyn ! Thank you for your messages! I was having a days off and now I am back and will look into it!

@alexandra-stepanova thank you for your kind words!