Hi...
This solution i don't really like. Disabeling something is a work around and it changes the style also and the problem still is active.
Al least you pointed me in the right direction. I took a look at the z-index and saw the overlay had z-index: 0;
I made this custom css instead and works better as a final result:
.row>* {
z-index: 1;
}
I think this is a better solution.
Thanks!