Skip to content
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

[URGENT] Wrapper width on mobile is not full width on some profiles #1405

Open
dukio opened this issue May 16, 2022 · 3 comments
Open

[URGENT] Wrapper width on mobile is not full width on some profiles #1405

dukio opened this issue May 16, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@dukio
Copy link
Contributor

dukio commented May 16, 2022

To reproduce:
Chromium Browser -> Devtools -> Device -> Responsive 412px width

If the issue doesn't show up instantly, try to scale the window up or down a bit and you will notice this:
image

Profile where it happens: https://sky.shiiyu.moe/stats/CursedKiwi/Lime

Adding this seems to fix the issue... but it's probably best to investigate this further:

#wrapper {
  overflow: hidden;
}
@dukio dukio added the bug Something isn't working label May 16, 2022
@project-bot project-bot bot added this to To do in Issues and PRs May 16, 2022
@nstringham
Copy link
Contributor

I seem to remember trying quite hard to remove overflow hidden from wrapper but I don't remember the exact reason it might have been something to do with tippy

@dukio
Copy link
Contributor Author

dukio commented May 17, 2022

Uhm that complicates the things... I can't figure out what's causing the overflow right now 🤔

@nstringham
Copy link
Contributor

I can't figure out what's causing the overflow right now 🤔

My guess is if you hover over "Lime" you will see the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Issues and PRs
  
To do
Development

No branches or pull requests

2 participants