.example{
overflow:auto;
}
<div class="example">
<p>Some Additional Text Here<P>
</div>
This particular code snippet showcases the initial portion of the text, allowing for scrolling down to reveal items 5 and 6:
1
2
3
4
I desire it to exhibit the latter part of the content instead, enabling users to scroll upward to view 1 and 2:
3
4
5
6
Is there a way I can manage it to show the end of the text?