Save
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -17,7 +17,7 @@ jQuery(window).on('load', function () {
|
||||
}
|
||||
|
||||
function onScroll() {
|
||||
if ($(window).width() <= 767) {
|
||||
if ($(window).width() < 992) {
|
||||
$box.removeClass('box_fixed');
|
||||
$('#header').css('margin-bottom', 0);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user