This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Overlapping Issue

#8070
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Try changing the custom CSS to:

[code]
.proinput input.orig {
z-index: 5 !important;
}

.promagnifier, .proloading, .proclose, .prosettings {
z-index: 1 !important;
}[/code]

It appears to me that the settings icon might still have higher z-index. Hopefully this will fix it.