You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirmed, have seen the same. I saw even worse too: with some browser resizes, the bar goes off the bottom of the screen and becomes unusable
This needs, imo, two fixes:
1: Boundary boxes. It should be blocked from going past the edges of the screen
2: autoanchoring. That is: if it's near the bottom of the screen, when the screen is resized, it should retain its position relative to the bottom (say eg it was 200px above bottom before a resize, it needs to be 200px above bottom after a resize). Similarly, if near the top, it should instead retain position relative to the top. Same idea for left/right.
Frontend Version
1.3.3
Expected Behavior
If you place the menu at the bottom of the screen, the menu should keep its position every time you enter or exit fullscreen.
Actual Behavior
When entering and exiting fullcreen, the position of the menu changes.
Steps to Reproduce
Fullscreen_Issue.mp4
Debug Logs
Browser Logs
No errors
What browsers do you use to access the UI ?
Google Chrome
Other
No response
The text was updated successfully, but these errors were encountered: