diff --git a/style.css b/style.css index 5cc5249b..8190eb7b 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,8 @@ body { } #scrollwrapper { - overflow: hidden; + overflow-x: hidden; + overflow-y: auto; position: fixed; right: -38px; top: 0;