Twitist Forums
Tumblr Page Won't Scroll AT ALL!!!? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Other forums (/forum-31.html)
+--- Forum: General Internet related Qustions (/forum-32.html)
+--- Thread: Tumblr Page Won't Scroll AT ALL!!!? (/thread-136396.html)



Tumblr Page Won't Scroll AT ALL!!!? - Dustin - 04-08-2014 08:57 PM

I recently created a page on Tumblr with custom HTML & CSS coding. Everything seems to be coming along with it, but for some reason, I cannot scroll down AT ALL. I made multiple test posts to try and see if that was the issue, but it did nothing. I cannot figure out what to do to be able to scroll down the page. I do not have multiple pages attached to it, and yes, infinite scrolling is enabled. Is there some sort of HTML or CSS code I have to add to enable scrolling in general?


- Chrissssss - 04-08-2014 09:05 PM

Delete re add


- Splatter K - 04-08-2014 09:08 PM

You've likely, in your css got something like:

overflow:none;

Depending on your configuration, you will want:

overflow:scroll;

or

overflow:visible;

There are many places this could be, without seeing the page, i cannot tell.