wrapping fix

This commit is contained in:
Andy Miller 2014-10-15 21:34:32 -06:00
parent 5586c1923c
commit a66fede72d

View File

@ -31,6 +31,11 @@ body .frame {
border: 0;
}
body .frames-container {
overflow-y: auto;
overflow-x: hidden;
}
body .active .frame-class {
color: #E3D8E9;
}