Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mobile site - doesn't scroll at all

I've googled everywhere - my site has no fixed heights, no fixed placements. It shows the viewport as I'd like, but ONLY that. It doesn't scroll or show anything else.

What am I missing? I've tried all sort of overflow options, nothing seems to be working.

like image 657
smack Avatar asked Dec 02 '22 02:12

smack


1 Answers

I would do the following...

  1. I would first temporarily disable/remove the stylesheets to make sure everything is spiffy as plain html (if you still have an issue without the stylsheets, there is probably a js script wrecking chaos)
  2. I would search for position absolute(specifically on a wrapper,content, or sidebar element) in the stylesheet. This is often the #1 killer for scrollability on iOS/mobile phone devices.
like image 187
Lime Avatar answered Dec 15 '22 19:12

Lime