Hi all,
I made a quick fix, I hope it's ok with the CuteEditor folks. It's probably just something they forgot to add with everything going on.
To fix this I added :
overflow: auto;
to the style for the <div> holding the table for the "file pane"
Fix:
Open CuteEditor_files/Scripts/select_template.aspx in an editor
Find this code:
<div id="browse_template" style=" text-align:left; background-color: white">
Replace with this code:
<div id="browse_template" style=" text-align:left; overflow: auto; background-color: white">
Cheers,
-Colin