0
A
回答
1
如果你把你的財產overflow: auto;
上#topsection
和刪除#table-container
,它的工作原理。
#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%;
}
0
刪除你的CSS代碼
相關問題
- 1. 固定標題不會與主體水平滾動
- 2. 水平滾動標題欄佈局
- 3. 水平滾動粘HTML表格標題
- 4. 水平滾動需要
- 5. DIV水平滾動條成爲主要水平滾動條
- 6. 水平滾動條問題與引導
- 7. 水平滾動問題與顏色框
- 8. 水平滾動型與標籤
- 9. 水平滾動ul與鼠標
- 10. 引導標籤 - 與水平滾動
- 11. 不必要的水平滾動條jqGrid
- 12. 不需要的水平滾動
- 13. 不必要的水平滾動xcode
- 14. CSS - 不必要的水平滾動條
- 15. 水平滾動條問題
- 16. 水平滾動問題
- 17. 水平滾動問題
- 18. 水平滾動條問題
- 19. Div水平滾動問題
- 20. 水平滾動IE9問題
- 21. 水平滾動問題
- 22. 水平滾動條問題
- 23. jQuery水平光標滾動
- 24. 水平滾動標籤
- 25. UITableView水平滾動指標
- 26. 需要滾動修復標題的水平表
- 27. webgrid與水平滾動條?
- 28. dgrid與水平滾動
- 29. 與水平滾動的Android
- 30. 水平滾動條與fullpage.js
overflow: auto;
線54,但它爲什麼要與移動表?它在桌子外面。你爲什麼不把水平滾動條放在身體上,而不是放在桌子上。 –