Merge pull request #59 from Poniverse/styles/cache-loading

Hide y axis scroll bar from cache loader
This commit is contained in:
Andre Santos 2016-02-08 06:54:08 +00:00
commit 617db6793b

View file

@ -357,6 +357,7 @@ html {
font-size: 93%; font-size: 93%;
padding-left: 3px; padding-left: 3px;
padding-right: 3px; padding-right: 3px;
overflow-y: hidden;
} }
} }
} }