Hiding weird overflow on content pane.

This commit is contained in:
Samuel Clay 2010-04-13 19:38:29 -04:00
parent 229c6bef97
commit 15d7622868

View file

@ -132,7 +132,8 @@ a img {
.right-pane {
display: none;
overflow: auto !important;
overflow-y: auto !important;
overflow-x: hidden !important;
}
/* ============= */