Hide overflow only on .ps-container

This commit is contained in:
DanielApt 2015-02-18 16:17:42 +00:00
parent f7dbb9b485
commit 6af7500d6b

View File

@ -69,6 +69,8 @@ $ps-bar-hover: #999;
}
.ps-container {
overflow: hidden !important;
&.ps-active-x > .ps-scrollbar-x-rail,
&.ps-active-y > .ps-scrollbar-y-rail {
display: block;