You need to change overflow value to hidden in .center class selector.
overflow
hidden
.center
.center { text-align: center; min-width: 0; min-height: 0; /*This is wrong overflow: auto; change to*/ overflow-y: hidden; }