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.
该问题已在 IE11 上重现。当我减小比例时出现水平滚动轴。我尝试使用suppressScrollX: true,useBothWheelAxes: false但它不起作用。
suppressScrollX: true
useBothWheelAxes: false
如何在缩放时删除 IE11 上的 x 轴?
我找到了适合我的解决方案。但是,使用suppressScrollX: trueanduseBothWheelAxes: false不起作用,我通过 CSS 删除了 x 轴:
::ng-deep .ps--active-x > .ps__rail-x { display: none; }