|
|
|
@ -15,7 +15,7 @@ $(document).ready(function() {
|
|
|
|
|
} else {
|
|
|
|
|
$('body').one("webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend", function() {
|
|
|
|
|
$('#header-menu').css('transform', 'none');
|
|
|
|
|
$('html').css('overflow-y', 'scroll');
|
|
|
|
|
$('html').css('overflow-y', '');
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|