Browser : Chrome 110
OS : / Windows /
URL : Link to a page that illustrates this issue
https://jam.dev/c/2296c53a-065d-4707-8b2b-fd9fc2816a4a
Widget post.
When I give some magnification effect as in the video example, it doesn’t show and it cuts out of the widget. I have been checking the visibility and it is not configurable, only with css as there is a default style applied in .brxe-posts {overflow: hidden;}.
timmse
July 12, 2023, 6:33am
2
Hi Jose,
Thanks so much for your report.
The problem has already been reported:
Hi Doug,
Thanks so much for your report!
The posts element uses an overflow: hidden by default, that cuts the shadows.
There are two ways to fix the problem:
Set the overflow of the post elements to overflow: visible. I’m not sure if the overflow: hidden is still necessary, so please see for yourself if it leads to problems.
root {
overflow: visible;
}
Add a padding left/right to the posts element. The disadvantage is that the posts won’t align with the edges of your container, but the…
Removing the default overflow:hidden could lead to unwanted results on existing sites. Therefore I ask you to use one of the mentioned workarounds.
I’ll close this thread accordingly.
Best regards,
timmse