overflow-y: hidden -> auto

Fixed the sidebar scrolling problem for Opera users.
This commit is contained in:
fran1987 2013-03-25 18:52:47 +01:00
parent edd03dcdb6
commit 10dc1a6ef1

View File

@ -14,7 +14,8 @@ body {
}
#scrollwrapper {
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
right: -38px;
top: 0;