Backdrop issue when popup over popup

Hi,

I have found an issue. maybe a duplicate of Multiple popups backdrop .
When I use a popup with popup-tablet-fullscreen and a smartSelect with data-open-in=“popup”, the backdrop does not display correctly.

by setting
.popup-behind {
z-index: 10499;
}
will workaround for this.

Thanks.

1 Like