SkyCrypt
SkyCrypt copied to clipboard
[URGENT] Wrapper width on mobile is not full width on some profiles
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:
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;
}
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
Uhm that complicates the things... I can't figure out what's causing the overflow right now 🤔
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