What is the solution to alow Overflow on header to be able to use menu button, and also to prevent horizontal sliding on mobile version?
This code
@media only screen and (max-width: 768px){
html,
body{
width:100%;
overflow-x:hidden;
}
}
?
Where to put it?