Hi everyone,
I'm having trouble adding a custom dropdown in a StickyHeader. The StickyHeader's header section contains text that when pressed should show a custom dropdown container.
Issue:
I'm having trouble positioning a custom dropdown (a container) so that it stays on top of the StickyHeader and moves with it when the page is scrolled. I've tried using a stack to position the custom dropdown but found it remains fixed in place, so if I scroll the list, the header moves but the dropdown stays in the same spot. I want the dropdown to move with the header.
I've attached a screenshot showing the desired behaviour (ie. clicking the header reveals the dropdown container which sits above the list below).