This commit is contained in:
chiu 2021-08-31 17:43:12 +08:00
parent 22d8734a15
commit 8aa583cc2f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
if ( $('.header-banner').length != 0) {
$('.layout-header').css('height', '');
var scrollTop = $(window).scrollTop();
var scrollBottom = $('html').height() - $(window).height() - 50 - $('.kenjohn').height();
var scrollBottom = $('html').height() - $(window).height() - $('.kenjohn').height()*2;
if (scrollTop>50 && scrollBottom>0) { /* 要滑動到選單的距離 */
$('.kenjohn').addClass('navFixed').removeClass('navRel'); /* 幫選單加上固定效果 */
} else {