discussify-browser-extension
discussify-browser-extension copied to clipboard
fix: scrolling and layout in Firefox
This PR addresses the following for Firefox:
- Fixes the position of
TopBar
andNewComment
where both were not being fixed at the top and bottom of the discussion, respectively, while scrolling upwards and downwards
There is one specific behavior I was unable to retain (yet) in comparison with Chrome. When the NewComment
input is focused and the discussion is scrolled down to the very bottom, the input is not pushing the discussion upwards as it grows.
@satazor @PedroMiguelSS any hints on how we could solve this? 🤔