You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using an inline yearmonth picker in a bottom sheet where the height is a bit more constrained. Ideally I'd like to be able to reduce the size of the scrollable area a bit while keeping the header fixed. However when I apply a maxHeight style property to the component, it reduces the height but prevents it from scrolling property. The height property doesn't seem to have any effect.