Closed cbmaiolo closed 1 month ago
Hi! We noticed there hasn’t been activity on this issue in a while. After 30 days, it will close automatically.
If it’s still relevant, or you have updates, comment and let us know. And don’t worry, you can always re-open later if needed.
Summary
Filters use the same styling as IndexFilters, including the sticky header styles applied on mobile. However, unlike IndexFilters, there is no
disableStickyMode
orisFlushWhenSticky
props.As well, in both components you cannot modify the z-index, so if you have other items on the page (including basic Polaris components with drop shadows, like cards) the sticky header isn't rendered high enough on the stack.
Relevant issue: https://github.com/Shopify/flow-app/issues/3371
Expected behavior
You can turn off the sticky header, make it flush to the top, and ensure the z-index is high enough. Other objects should not be visible through the header.
Actual behavior
Polaris card drop shadows render above the sticky header, the header cannot be turned off or snapped to the top.
Steps to reproduce
No response
Are you using React components?
Yes
Polaris version number
12.10.0
Browser
Chrome
Device
Mac