| @@ -506,9 +506,9 @@ | ||
| 506 | 506 | setTimeout( function() { |
| 507 | 507 | $( '.learn-press-nav-tabs li.active:not(.default) a' ).trigger( 'click' ); |
| 508 | 508 | }, 300 ); |
| 509 | 509 | |
| 510 | - $( 'body.course-item-popup' ).parent().css( 'overflow', 'hidden' ); | |
| 510 | + //$( 'body.course-item-popup' ).parent().css( 'overflow', 'hidden' ); | |
| 511 | 511 | |
| 512 | 512 | ( function() { |
| 513 | 513 | let timer = null, |
| 514 | 514 | callback = function() { |