js header
This commit is contained in:
@@ -31,9 +31,12 @@
|
||||
// });
|
||||
$('.open-block').click(function(){
|
||||
$(this).prev().css("display","grid");
|
||||
$(this).toggleClass('opened');
|
||||
|
||||
if(mobile == true){
|
||||
$("body").css("overflow","hidden");
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
// Hide the header_nav_container when a link inside it is clicked
|
||||
|
Reference in New Issue
Block a user