Added fixed height settings on the Web for smoother handling.
Note that for all components, the overflow property is set to scroll when the height is fixed.The “overflow” property in CSS controls how content that exceeds the dimensions of a container is handled. It’s particularly useful when the content inside a container is larger than the container itself.