dbenitez-bcn / solid_bottom_sheet

Apache License 2.0
58 stars 19 forks source link

solid bottom full screen, the height cannot be adjusted #28

Open rakafajars opened 3 years ago

rakafajars commented 3 years ago

Previously I made a solid bottom sheet and nothing happened ". The max and min height of the solid bottom sheet now cannot be adjusted and instead become full screen. image

but after I wrap it with a container and I set the height of the container .. the solid bottom sheet drops.

the question is, previously I only used max and min height without needing to wrap it in a container.

Why did it happen ??

and do I now have to wrap the solid bottom sheet with the containner?

rakafajars commented 3 years ago

And on the example page the logo on the body doesn't appear even though I've set the maxHeight and MinHeight height

image