I have two elements that I want to stay fixed when the user scrolls. The first is a table header that has the category names. When the user scrolls through the data in the repeating group below it, I want the table header to remain fixed over the data.
The second element is a fixed container on the right side of the page that has search inputs on it that will be used to filter data in the repeating group. As the user scrolls through the data, the search container should stay fixed to the right of the list.
Can anyone point me in the right direction here?