The scroll bars on the "body" text area do not show. This makes it difficult to work with a page where you have more text than fits in the area given.

You can expand the box down, but there is no way to scroll up and down through the block.

I'm using the newest version of this theme on Firefox.

Comments

jsimonis’s picture

Assigned: Unassigned » jsimonis
Status: Active » Closed (works as designed)

Apparently there's code in the css file to make these scroll bars not show. It's a bit odd since most of us are probably dealing with text that takes up more space than fits into the area, which means the scrollbars are needed.

If you want your scroll bars back, edit your style.css file for this theme and remove:

/*Don't show textarea scrollbar on IE*/
textarea{
overflow: hidden;
}

You'll need to hit refresh and/or clear your cache in your web browser. Your scroll bars should now show.