facetwp fusion builder z-index issue

/**
fusion using .fusion-row z-index:10, this causes an issue with stacking order that hides fselects behind later rows
.fusion-builder-row-1 would need to be adjust to the right row to target where the fselect is
or some other target may be needed to adjust the stacking order
**/

.fusion-builder-row-1 .fusion-row {z-index:20}