Skip to content

Instantly share code, notes, and snippets.

@xieyunzi
Created November 13, 2017 09:52
Show Gist options
  • Save xieyunzi/169157c3287bb244e34553694940a620 to your computer and use it in GitHub Desktop.
Save xieyunzi/169157c3287bb244e34553694940a620 to your computer and use it in GitHub Desktop.
bearychat 键盘滚动
var el = document.querySelector("div[class^=viewport-]"); el.scrollTop = (el.scrollTop + el.clientHeight - 40);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment