Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Disappearing Shadow on Photos Reply To: Disappearing Shadow on Photos

#236569
Alen
Participant

@greenhousegraphix Add z-index to the wrapper, or

.et_pb_animation_fade_in.et-animated {
    opacity: 1;
    z-index: 100;
    animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}