/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

/* 
Supportantwort:
Here is a custom css that disables scroll behavior in #mainMenu, place it in css/custom.css or /css/style.css
*/
.mainMenu-open #header #mainMenu {
	overflow-y: hidden;
}