My sidebar is 200px wide and 300px tall, but my list of links has grown to fill the entire height of the sidebar. I am unsure of the best approach moving forward:
Option 1) Embed the list in an iframe and allow the user to scroll through it.
Option 2) Utilize a select form and expand it to fill the entire 300px height, allowing the user to scroll within it.
What is the proper way to handle this situation using html5? It is not possible to exceed a height of 300px.