Since you only want the vertical scroll, try this: table { height: 500px ... table { display: block; height: 500px; overflow-y: scroll; }.
確定! 回上一頁