| Current Path : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso/assets/js/ |
| Current File : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso/assets/js/third-party-fixes.js |
// Fix Divi theme issue.
jQuery(( $ ) => {
let $wrapper = $( '#peepso-wrap' );
if ( $wrapper.length ) {
let $row = $wrapper.closest( '.et_pb_row' );
if ( $row.length ) {
$row.find( '.et_pb_column' ).css({ zIndex: 'auto' });
}
}
});