Fixing safari overflow bug.

This commit is contained in:
Samuel Clay 2010-05-12 21:33:33 -04:00
parent 1268989726
commit e7fde59174

View file

@ -188,7 +188,13 @@ a img {
.left-pane {
display: none;
overflow: auto !important;
overflow: hidden !important;
}
.left-center {
display: none;
overflow-x: hidden !important;
overflow-y: auto !important;
}
.right-pane {