Monday, July 18, 2011

Remove Scrollbar from Code Macro

It's Monday morning, and I've already received a request for help with the {code} macro. The box started showing a scrollbar for all text, regardless of length. To fix the issue, I added the following CSS to the space's stylesheet.

div.code, div.preformatted {
overflow: visible;
}




________________________________________________________________

Check out this webpage for additional information on the {code} macro:

No comments:

Post a Comment