tableをdivタグで囲って、以下のように、overflow:auto;とwhite-space:nowrap;を設定します。
html
<div id="id_name"> <table> </table> </div>
css
#id_name{
overflow: auto;
white-space: nowrap;
}
すると、他のコンテンツは崩れず、tableだけ横にスクロールできます。

knocks its down!

ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший