Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular UI Grid Scroll Error

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.

like image 331
user2644503 Avatar asked Feb 07 '17 21:02

user2644503


1 Answers

Adding this style to my style.css is helped

.ui-grid-viewport {     overflow-anchor: none; } 
like image 196
Yuriy Khan Avatar answered Sep 19 '22 11:09

Yuriy Khan