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 平板电脑默认浏览器上运行。此应用程序是一个交互式 html 表格,其固定宽度为 650 像素。我不希望我的用户能够在那里滑动手指并水平滚动表格。(我需要他们保持专注。)我很乐意得到一些帮助。
溢出 css 属性控制滚动:
overflow:hidden;
或者具体来说:
overflow-x:hidden;