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:
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.
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.