This is my css; I need this to have s scroll or auto overflow for all its content. I can't understand why it is not showing up.
.holder{
display: table;
position: relative;
margin-left: auto;
margin-right: auto;
top: 2.5%;
width: 90%;
height: 95%;
background-image:url("images\\tile2.png");
background-repeat:repeat;
overflow: scroll;
}