How to scroll horizontally on tumblr?

1

Hello! I've tried many tutorials, but I can not get anything. The basic theme I'm trying to change is the next .

Writing the following does not make the horizontal scroll happen, it just blocks the vertical:

body {
    overflow-y: hidden;
    overflow-x: scroll;
}

Example in JsFiddle can be seen here . The blog is this.

    
asked by anonymous 21.05.2016 / 22:34

0 answers