答案 0 :(得分:1)
如果您将自己的财产overflow: auto;
放在#topsection
上并删除#table-container
,则可以。{/ p>
#topsection {
background-color: white;
position: absolute;
top: 0;
margin: 0px;
height: 130px;
width: 100%;
overflow: auto;
padding: 0px;
}
#table-container {
background-color: white;
position: absolute;
top: 130px;
right: 0px;
bottom: 0px;
left: 0px;
margin: 0px;
padding: 0px;
width: 100%;
}
答案 1 :(得分:0)
删除
overflow: auto;
你的css代码中的第54行