This is a migrated thread and some comments may be shown as answers.

Dropdown contents hidden

1 Answer 46 Views
Editor
This is a migrated thread and some comments may be shown as answers.
jdirienzi
Top achievements
Rank 1
jdirienzi asked on 23 Mar 2009, 12:35 PM
I recently installed RadEditor on a DNN site (2008.3 1314 on DNN 4.8.3).  When I use the editor, the dropdowns (paragraph style, font name, real font size, etc.) are not displaying all of their content.  In looking at the styles, the height of the dropdowns is set to 200px, but the dropdowns to not offer a scrollbar to access content below the 200px mark.

The following 2 styles are affecting this:

.rade_dropDownBody {  /*WebResou...031489673 (line 267)*/ 
    overflow-x:hidden
    overflow-y:auto
.rade_dropDownBody {  /*WebResou...031489673 (line 915)*/ 
    overflow:hidden !important; 


If I disable the second style, the scrollbars appear as expected.  Is there a setting or a fix for this that I am missing?  Thanks.

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 27 Mar 2009, 07:44 AM
Hi jlevine,

You can remove these lines of CSS, as they are leftovers from previous fixes of RadEditor. They are not needed anymore, and removing them will not affect anything.

Have a great weekend.

Regards,
Martin Ivanov
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
jdirienzi
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or