Hi!
It seems that since Beta 2, clicking the filter doesn’t do anything:
Thanks!
Hi!
It seems that since Beta 2, clicking the filter doesn’t do anything:
Thanks!
This is also apparently fixed on the next beta. Apparently a z-index issue.
Thanks, @urchindesign…yes, all patched up for the next release. One thing I didn’t mention in that thread was an additional z-index
fix needed for this specific scenario:
.tco-react-select__menu-portal:has(.is-document-navigation) {
z-index: calc(var(--z-content-nav-overlay) + 5) !important;
}
That should get the Documents Navigation working again.