Beta 2: "Documents" filter stopped working

Hi!

It seems that since Beta 2, clicking the filter doesn’t do anything:

image

Thanks!

This is also apparently fixed on the next beta. Apparently a z-index issue.

1 Like
1 Like

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.

1 Like