-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using native Ember trackpad scroll emulator #40
Conversation
display: flex; | ||
flex-direction: column; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove new line
@offirgolan done! |
@taras how come you removed ember-scrollable from |
@offirgolan it was necessary before because ember-cli-node-assets requires this when used with 3 level deep dependencies (App -> ember-light-table -> ember-scrollable -> trackpad-scroll-emulator). I eliminated |
This is what the Ember version looks like https://github.com/alphasights/ember-scrollable/blob/master/addon/mixins/scrollable.js |
@taras ah thats right. Awesome work :D |
Thanks :) |
* Using Ember native trackpad scroll emulator * CSS tweaks to make it work correctly * Removed white space and bumped ember-scrollable
Using a version of ember-scroll that's rewritten without dependency on trackpad-scroll-emulator jQuery Plugin.