Forum Academy Marketplace Showcase Pricing Features

Floating group invisible, but unable to click under it

I have a floating group on top of the repeating group ( to show the enlarged image on hower)
and for some reason even when the floating group is not visible I am not able to click the buttons or hover the elements in the repeating group.
I have read on the forum that several people have encountered this issue, but couldn’t find a define solution.
Anyone has figured this out? :roll_eyes:

It would be great if there was an option to choose when element is invisible > max width= 1 and max heigh = 1
or something like that :grinning_face_with_smiling_eyes:

You can try to give it an “ID Attribute” and apply this CSS:

#Your_ID_Attribute{pointer-events:none !important;}

1 Like