The filter component uses the ScrollHelper that calculates the distance that needs to be scrolled, which means scroll-margin won't have any effect, and there is currently no way to add an extra offset to the ScrollToY function. We could update the ScrollHelper to accept an offset, or we could use ScrollIntoView so the scroll-margin won't be ignored. Needed when there is a sticky or fixed header.
The filter component uses the ScrollHelper that calculates the distance that needs to be scrolled, which means
scroll-marginwon't have any effect, and there is currently no way to add an extra offset to the ScrollToY function. We could update the ScrollHelper to accept an offset, or we could use ScrollIntoView so thescroll-marginwon't be ignored. Needed when there is a sticky or fixed header.