6.0 B1 & B2 – Posts missing from the Preview pane

In this case, after I opened the Preview pane and selected a specific post… now all the others are missing from the drop down. And I can’t preview any other pages (there are 15+ others)

That selected post also appears under the Page dropdown, which isn’t correct either.

The only way I can preview a different post is by visiting that post on the front end, then clicking Edit Layout from the CS dropdown. But even then, if I open up the preview pane, it will only offer me that other post.

Thanks, @devinelston! Probably another one of those issues related to shuffling things around. I also know we updated React Select, which is the library we use to power those search-oriented select inputs. I have noted this down and it will be looked into.

@kory just letting you know it’s now completely empty for me in Beta 2. I can’t select anything in the preview pane.

@devinelston, this is a z-index bug that came up from me having to adjust the z-index of other UI elements to get things stacking correctly. I have already addressed this and it will be available in the next bundle. Sorry for that.

1 Like

For now, you can try using the following CSS in the Dev Toolkit’s custom UI CSS:

.tco-react-select__menu-portal {
  z-index: 444445 !important;
}

That should get it working until then. Sorry about that!

1 Like