For anyone using the feedback addon, here's how to make it more mobile friendly...
in feedback/js/button.js
Before...
Insert...
Code:
$('html, body').animate({ scrollTop: 0 }, 'fast');
On clicking the feedback button, the page will auto-scroll to the top 