-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modal has responsiveness issues when browser window is snapped to one side of your screen. #13944
Comments
I also have an idea that may be able to solve it if you dont mind giving me a go at it. |
@Tressley Do you have any input on these display issues? |
Hmm... Yeah, there's plenty of horizontal space to prevent these from happening. It looks like it's related to percentage based units being used. Definitely think these could be fixed. |
I'd like to try my hand at solving the issue if possible! |
Sure thing, @WaelChettaoui! Thanks for taking this on! |
Have you made any progress on this, @WaelChettaoui? |
Reassigning this to @scootyboots |
I'll be addressing at least some of these issues in #14070 |
UUID: 3f590bfb-6bc1-4863-97fa-ebdad828cb89
Browser: Chrome Version 100.0.4896.127
OS: Windows 11 Home Version 21H
Description: The modal that pops out when clicking on your avatar (top left under the navbar) has responsiveness issues when snapping your window to the sides of your screen. Please refer to the images attached. On the live site the issue only happens with the stats tab, however when building locally the issue also presents by overlaying your username on top of your avatar. This seems to be happening whenever the width of the screen is between 768p - 991p with any height value. Any lower, or higher than the aforementioned widths display properly.
This is how the issue shows up on the live build. Equipment, Costume, Pets and Mounts windows all display with their texts overlayed on the image. And the boxes deliniated for the also push out of the frames set for the each section.
This is how it shows up on the local build at the moment. The issues here are the same with the addition of the username health and experience also being overlayed on top of the avatar.
The text was updated successfully, but these errors were encountered: