mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
#1354 메뉴 fixed 상태 동작 수정
This commit is contained in:
parent
21dbab206d
commit
084184156d
1 changed files with 0 additions and 2 deletions
|
|
@ -23,7 +23,6 @@
|
|||
if(scroll >= $shrinkHeaderHeight ) {
|
||||
if(!hasClass)
|
||||
{
|
||||
$('body').css('padding-top', fixedHeaderHeight);
|
||||
$fixedHeader.addClass('shrink');
|
||||
if(logoDataSrc) $logoImg.attr('src', logoDataSrc);
|
||||
hasClass = true;
|
||||
|
|
@ -31,7 +30,6 @@
|
|||
} else {
|
||||
if(hasClass)
|
||||
{
|
||||
$('body').css('padding-top', 0);
|
||||
$fixedHeader.removeClass('shrink');
|
||||
if(logoDataSrc) $logoImg.attr('src', logo);
|
||||
hasClass = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue