Comment popup is not displayed correctly on some mobile devices
tim-krieger opened this issue · 4 comments
tim-krieger commented
JohnMcLear commented
@seballot any idea how this can happen?
seballot commented
Yep : https://github.com/ether/ep_comments_page/blob/master/static/js/newComment.js#L85
The popup is aligned with comment icon, which does not work when comment icon is closed to the right border of the screen. Should be easy fix
tim-krieger commented
tim-krieger commented
If I use max-width 992px instead of 800px in popup.css (etherpad-lite) the new comment popup is diplayed correctly (iPad 2020).