i looked at your css and you set the anchors to position fixed.
can you give the row where you have your buttons/anchors in a class and then set the whole row to fixed?
.menu-row{
position: fixed;
width: 100%;
}
probably you tried this before and the width: 100% part was missing