Hi there, I implement a chat bot into my app but meet an issue of scrolling when I switch from desktop view to mobile view, I set a fixed height on my div of XX vh, work well on desktop but the chat is not scrollable on mobile, would like to know how to handle this and also if a fixed height of XX px / rem or vh is necessary for make scrollable an element. Thanks you