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.
我有多个连接的 ul 列表。
有一个大型 UL 列表,我设置了一个带有可滚动 y 轴的最大高度和宽度。
问题是当我将一个项目从大列表移动到右侧的另一个项目时,ul 容器会滚动。我已将 overflow-x 设置为隐藏,但它没有效果。
http://jsfiddle.net/hCzr8/6/
删除 ul.lists 上的 position:relative 似乎可以解决问题。
http://jsfiddle.net/hCzr8/7/
是否有任何特殊原因导致静态定位不适用于 ul?