Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Oct 19, 2022 7:22 am
Hi, I'm testing with the inline feedback. It works beautifully, only the popup appears behind the sidebar. See print screen.
I've tried to fix this with CSS and z-index, but to no avail so far. Any idea how we can solve this?
2 Replies
Oct 19, 2022 7:39 am
The CSS code below should solve the issue:
aside#secondary { z-index: 1; }
Watch this video: https://www.screencast.com/t/PXLMpe59s4s
Please don't forget to delete all caches (server-side, website, browser), and reset minified files before checking.
Oct 19, 2022 7:41 am
Thanks alot Asti!