console
console copied to clipboard
🐛 Bug Report: Console popups not inside of viewport with Firefox ESR
👟 Reproduction steps
When I open a option that renders with a popup on screen, they are always outside of the limits of the website viewport
👍 Expected behavior
Popup to be centered
👎 Actual Behavior
Popup is rendered almost outside of viewport, sometimes it's completely out of sight
🎲 Appwrite version
Version 1.2.x
💻 Operating system
Windows
🧱 Your Environment
Firefox 102.7.0esr (64-bits)
👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct
@MatiasLGonzalez, thanks for raising this issue! 🙏🏼 I'll raise this with the team to see what we want to do with this.
Hey @MatiasLGonzalez I would like to take this one?? This issue is perfect point for me to understand Appwrite codebase and play a little bit.
@martianshaan, this one might not be a good one for you to work on. You are better off looking for an issue labeled good first issue.
@MatiasLGonzalez There is "dirty code" behind and the location of the popup dialogue is set up by JavaScript. It is a beginner mistake leading to worse user experience in some scenarios even though the location might be set up correctly.