Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
CKEditor
Last post
Tue, 02/16/2010 - 19:12
#1
daninmanchester
Joined:
18/08/2008
Posts:
6
auto size height / scroll bars
Is there a way to switch off scroll bars (in particular vertical scroll bars) and just have the editor fit the content?
Thu, 09/23/2010 - 18:56
#2
willwashburn
Joined:
23/09/2010
Posts:
2
Re: auto size height / scroll bars
If you have the autogrow plugin enabled and you want to get rid of the vertical scroll bars, use this line of css
.cke_contents iframe { overflow:hidden; }
Not sure about browser compatibility on that, however.
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: auto size height / scroll bars
.cke_contents iframe { overflow:hidden; }
Not sure about browser compatibility on that, however.