Remove overflow-y style that cause overflow-x strange behaviour on mac

This commit is contained in:
Dmitriy Zaporozhets
2015-02-19 23:05:40 -08:00
parent a6220d0a9f
commit 74ccfa8f79
@@ -12,7 +12,6 @@
.sidebar-wrapper {
z-index: 99;
overflow-y: auto;
background: #F5F5F5;
}