Random question because I also build one and had this blocker: does this one works if the content in the sheet is scrollable and the content behind is also scrollable?
a
Alex Styl
09/17/2024, 12:08 PM
the content behind the sheet you mean?
there are two versions, normal and modal.
Modals are drawn on a separate window so you cannot interact with things behind it.
Normal ones are part of the same layout the bottom sheet is placed. I don't see a reason why it wouldn't work though. Do u have a specific use case you want me to check for you?
t
Tgo1014
09/17/2024, 12:09 PM
I’m talking about the normal ones. It’s just a hard case that I’ve found when creating my own sheet, so I’m just suggesting in case you want to double check it works on yours 🙂
a
Alex Styl
09/17/2024, 12:24 PM
gotcha. usually if something doesn't work and people need it, people open an issue which gets resolved after a couple of days usually.