Skip to content

WIP: Prevent scroll in chatbox from propagating to page body

Henner Wöhler requested to merge fix-chatbox-scrolling into master

What does this MR do?

Currently when you scroll the messages in a chatbox the body of the page also scrolls. This PR fixes this unwanted behaviour.

How confident are you it won't break things if deployed?

The fix is quite simple and uses the API of the fullpage plugin. The selector might be chosen too broad but I can't think of a chatbox element that should actually make the background scroll.

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Peter Tönnies

Merge request reports