Closed aschulz90 closed 3 months ago
Thanks for letting me know and for the detailed report. I was able to reproduce it. Looking into it
Will be released as part of 1.9.0
. Will post here when the new version is available.
Shipped in version 1.9.0
If the most fully expanded sheet state isn't covering the whole container height, then the content is cut off at the bottom.
Repro code:
You can see, that the extra height, that isn't covered by the sheet, is pushed below the screen. I can't scroll anymore, but there are still 2 elements in the list not visible on screen (disregarding the navbar).
As a workaround I can limit the height myself with heightIn(max = *), that is equal to the missing height at the top, but I will have to calculate that value myself, even though the bottomsheet should already know that value through the biggest detent(?). Or as padding at the bottom, but that would leave an ugly empty area, if the content isn't high enough to be scrollable.