xxxxxxxxxx
<style>
.scrollable-div {
height: 200px; /* set the desired height for the scrollable area */
overflow: auto; /* add scrollbars when content overflows */
}
</style>
<div class="scrollable-div">
<!-- Place your content here -->
</div>