SkyCrypt icon indicating copy to clipboard operation
SkyCrypt copied to clipboard

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

Open dukio opened this issue 2 years ago • 3 comments

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 avatar May 16 '22 22:05 dukio

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

nstringham avatar May 16 '22 22:05 nstringham

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

dukio avatar May 17 '22 19:05 dukio

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

nstringham avatar Aug 07 '22 11:08 nstringham