I've designed a webpage with two columns: one on the left and one on the right.
On the left side, there are all new orders displayed as HTML links. Upon clicking a link, the order details are fetched via an AJAX call and displayed on the right-hand side.
To ensure easy access to the new order links, I've set the position of the right side to 'fixed', allowing users to scroll down and click without having to scroll back up.
The issue arises when the response content exceeds the size of the screen, as no scroll bar appears for the overflow.
Could someone offer a solution to this problem? Any help would be greatly appreciated.