Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Vertical scroll tinymce doesn't work


Go to End


2131 Views

Avatar
quanto

Community Member, 91 Posts

23 June 2011 at 7:35pm

The scrollbar in the content field in the admin / cms doesn't work.

I tried to put the next code:


#tinymce, .htmleditor, #Form_EditForm_Content_parent {
	overflow:scroll;
}

into /cms/css/layout.css, but this didn't work out.

I think there must be a easy solution for it. But i can't find it :(.