What should be dynamics and behavior of scroll in Master/details pattern?
I am using Side-by-side style of Master/details pattern i.e. both master list and details are visible at the same time then what should be the dynamics and behavior of scroll as per the modern UI designs.
As you know master section can have variable list showing hundred of rows per page or few rows (Consider Pagination, Search and Filters).
For the details section possibly we can have content of fixed height.
Now consider both master and details sections have a large height greater than the height of browser window then what should I do with scroll?
Should I use inline scroll for both sections by fixing the height, width and positions of both panels; like?
Or should I use HTML body scroll with Jump to actions and fixed horizontal position of master panel; like?