• Hi guys,

    Just to let you know that filter dropdown box is having a very high z-index value.
    Actually your class is calling the container this way :

    .select2-container {
    z-index: 999;
    }

    I noticed this by using it on a woocommerce and cart is showing under. Which is not clean of course.

    Hope it will help.

    Cheers

Viewing 1 replies (of 1 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    A lot of theme use high z-index for some elements and we set 999 to display select2 elements correct on most themes, but some theme required less values, also as some theme required more higher value.

    Regards,
    Oleg

Viewing 1 replies (of 1 total)

The topic ‘Filter dropdown Z -index issue’ is closed to new replies.