Open
Description
The pagination buttons and drop down menu for choosing a new page size always stays below the table. It doesn't matter if the table length exceeds the current window size or not. When switching to a large page size, users need to scroll down the entire table length for navigating between pages or adjusting the page size. This is due to the table length exceeding the window size:
Perhaps one should find a more user friendly position for these two options. An idea is making pagination and drop down menu stick at the bottom of the window (above the footer) as soon as the table length requires this. Alternatively, both options could be moved to the top?