Okay
  Print

How to unfix heading menu bar when scroll down

Add custom css

#head-row.fixed #t3-mainnav {
    display: none;
}