固定ヘッダーと、ページの 100% に拡張されたテーブルがあります。何らかの理由で、テーブルが体の 100% を超えて伸びています。以下にコードの例を示します。サンプルのウェブサイトがありますが、サインアップして登録する必要があります。それでもよろしければ、リンクを提供します。
<body style="max-width: 100%">
<div style="top: 0; left: 0; right: 0; width: 100%; position: fixed">Example Header</div>
<table style="width: 100%">
<tr>
<td>
Example table.
</td>
</tr>
</table>
</body>