Solved this problem : I added fontsize and font-weight in CSS of Horizontal calendar otherwise the buttons will never show in IOS. This also solved the overflow problem ! :-)
.move_to_last_month, .move_to_next_month {
border: 0;
width: 10%;
font-weight: bold!important;
font-size: 9px!important;
}