这是我的CSS;我需要它的所有内容都有滚动或自动溢出。我不明白为什么它没有出现。
.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;
}