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?
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?
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.
Thanks alot Asti!