Pro 6.0 - Beta 2 bug: Conditions dropdown z-index issue showing up under conditions menu

I am seeing the following visual bug in the conditions menu:

@arthurodb, this is due to a z-index adjustment I had to make on some other items. This will be fixed in the next bundle.

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!