Skip to content
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

Uncaught TypeError: Cannot read property 'offsetTop' of null #49

Closed
kpwebb opened this issue Oct 23, 2014 · 0 comments
Closed

Uncaught TypeError: Cannot read property 'offsetTop' of null #49

kpwebb opened this issue Oct 23, 2014 · 0 comments

Comments

@kpwebb
Copy link

kpwebb commented Oct 23, 2014

View.prototype.scrolled = function(e) {
var lastOption = document.querySelector('.option:last-of-type');
var visibleHeight = lastOption.offsetTop - this.scrollable.clientHeight;
if (this.scrollable.scrollTop < visibleHeight) {
this.moreOptions.classList.remove('hidden');
} else {
this.moreOptions.classList.add('hidden');
}
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant