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!