Skip to content

Commit

Permalink
modify scroll speed of table
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntaf committed Aug 7, 2016
1 parent 8055caa commit 1cb5c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/controllers/AddItemController.js
Expand Up @@ -35,12 +35,12 @@ $sessionStorage, $rootScope, $window, $timeout) {
autoHideScrollbar: false,
theme: 'light',
mouseWheel: {
scrollAmount: 300
scrollAmount: 50
},
advanced:{
updateOnContentResize: true
},
scrollInertia: 900
scrollInertia: 0
};

// array to keep track of what items have been selected for the kit builder
Expand Down

0 comments on commit 1cb5c64

Please sign in to comment.