Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の組織で使用するために、小さな php/mssql WebApp を作成しました。Android タブレットの既定のブラウザーで実行されます。このアプリケーションは、650px の固定幅を持つインタラクティブな html テーブルです。ユーザーが指をスワイプしてテーブルを水平にスクロールできるようにしたくありません。(私は彼らが集中し続ける必要があります。)私は喜んで助けを求めます。
オーバーフローcssプロパティは、スクロールを制御します。
overflow:hidden;
または具体的に:
overflow-x:hidden;