As you can see in attachment file, drop-down of custom filter goes under other div placed below. I try to play with z-index at all possible levels, but unfortunately there’s no way to place drop-down above div. Any idea why and how I could solve it?
Well, I cannot tell by the screenshot, but z-index depends on which element has which parent, so increasing the z-index on different scopes will have no effect whatsoever.
In this case, I think either increasing the z-index on the widget container and/or decreasing the z-index on the other element container might be the key. Let me know if I can check this out somewhere.
Hi,
I managed to find a way to fix it (actually found out that z-index only works if div’s position is set to relative, absolute or fixed).
Best,
Tibor