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.
我正在尝试创建一个 Javascript Modern UI 应用程序。问题是,垂直滚动不起作用。当我尝试使用鼠标滚动滚动时,页面(HTML 文件)只是停留在那里并且什么都不做,它只显示页面顶部的内容(开始时适合屏幕的内容)
如何启用垂直滚动?
我意识到这已经有好几年了,但对我来说,这是通过覆盖元素overflow上的属性来解决的html
overflow
html
html { overflow: auto; }
我找到了解决方案。是因为height:auto财产。删除它,瞧~
height:auto