Hi all,
I am unable to click elements that are under a floating group (set to float above elements), even if the floating group is hidden.
I have tried javascript to add padding to the element when it is hidden, like this:
document.getElementById(“myGroupMonday”).style.margin = “0px 129px 0px 0px”;
However this doesn’t seem to help.
Does anyone have any ideas?