Hi martinezpaz , thank you for your patience, we are a bit busy at the moment (that's why we're searching for Buttonizer enthousiasts who can help us with the community).
Okay, back to your question. I think your question is that the button is visible above the popup that you opened, right?
If so, you can lower the z-index of the Buttonizer button. The button will stay behind the screen that you've opened.
.buttonizer {
z-index: 99;
}
Let me know if this helps 🙂