Hello
I am not sure if I understand you correctly. You wish to disable the sticky header so everything scrolls?
To do so you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
#container_header {
position: relative !important;
}
Ciaran