Hi there,
The photoswipe container is right after the items in the HTML Dom.
Since my items are already inside a fixed container, the .pswp-Element is then fixed inside fixed. And that causes some styling issues.
Is there a way to move the .pswp-Element down the DOM so it's a direct child of the body?
Thanks!
Hi there, The photoswipe container is right after the items in the HTML Dom. Since my items are already inside a fixed container, the
.pswp
-Element is then fixed inside fixed. And that causes some styling issues. Is there a way to move the.pswp
-Element down the DOM so it's a direct child of the body? Thanks!