muse-ui
muse-ui copied to clipboard
[Bug] Bottom Sheet no set max-height
BUG for bottom-sheet
if more content in component bottom-sheet , it will overflow:

we can add these attributes in the element.
.mu-bottom-sheet: {
max-height: 70%; //limit the max-height
overflow: scroll; //allow the scroll bar
}
The view will be like this:
