What problem are you observing?
When on the Acconts page (Admin → Identity Management → Accounts) if you change the number of rows returned to be more than the default 25, when you scroll, the Column choice header will scroll off the screen after 25 rows and leave the Column Header Bar floating over the data.
What is the correct behavior?
The Column Choice header should remain where it is regardless of the number of results returned.
What product feature is this related to?
ISC, The New Accounts UI
What are the steps to reproduce the issue?
Go to the NEW Accounts UI page (Admin → Identity Management → Accounts)
Verify that you have more than 1 page of accounts shown (Have to look at pages because this UI does not provide a total number of records like the other pages do)
Change the “Rows Per Page” to 100.
Scroll down the list of accounts.
Notice after about 25, the Column Choice header begins to scroll up and off the screen.
Do you have any other information about your environment that may help?
This seems like the developer anchored the element to the hard coded row or value, and did not dynamically update this when the number of rows changed.
This happens in Sandbox and Production.