fixed scrollbars further

This commit is contained in:
Connor Turland 2014-02-24 12:47:02 -08:00
parent 000089730c
commit 2e252c2647

View file

@ -91,6 +91,11 @@ body,
overflow:hidden;
}
/* scrollbar override */
.mCSB_container {
margin-right: 15px !important;
}
html {
}
@ -1291,7 +1296,7 @@ left: 13px;
#cards {
height:100%;
width:820px;
width:805px;
margin:0 auto;
}