I have a repeating group with user avatars. The group is squashed so that the avatars overlap (for styling reasons). The last avatar is cut off, so I need a way to remove the hidden part. See below:
This was discussed here but the solution which was presented doesn’t seem to work for me.
Right now your app is saying force apply overflow: visible on the image… But it’s the parent you want to allow overflow. So looking at the screenshots, I’d say you should give the class avatar123 to the repeating group rather than the image.
Also, see if it can work without the !important part as it should be used only when necessary.
This doesn’t work, I tried applying the css to the parent and actually every single element within the repeating group but no joy. Would you be able to have a look at my code to see if I’m missing something obvious?
You can see the repeating group highlighted in blue and the fourth picture overflowing from it. I manually changed the overflow property of the repeating group and it did the trick. So I believe you literally just have to install Classify to make it work.