Angular UI Grid Scroll Error [英] Angular UI Grid Scroll Error

查看:129
本文介绍了Angular UI Grid Scroll Error的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用ui网格3.0.6。直到昨天它工作正常。但是现在Google chrome出现问题了(版本56.0.2924.87)当我滚动网格时,或者点击向下滚动箭头时,它开始滚动非常快。无法控制速度。这是工作正常,只有在Chrome。



任何人都可以帮助吗?



在此先感谢。

解决方案

将style添加到我的style.css中是很有帮助的

  .ui-grid-viewport {
overflow-anchor:none;
}


I am using ui grid 3.0.6. Until yesterday it was working fine. But there is a problem in Google chrome now.(Version 56.0.2924.87)

When I scroll the grid, or click on scroll down arrow it starts scrolling very fast. Couldn't control the speed. It was working fine and only in Chrome.

Can anyone help?

Thanks in advance.

解决方案

Adding this style to my style.css is helped

.ui-grid-viewport {
    overflow-anchor: none;
}

这篇关于Angular UI Grid Scroll Error的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆