CKEditor “overflow: scroll” on parent causes toolbar to freeze at initial position
问题 When you add a CKEditor to a div inside a div with: "overflow: scroll" the toolbar won't move when scrolling the parent div... <div id="wrapper" style="overflow: scroll;"> <div contenteditable="true">This is the ckedito</div> </div> An example can be found here: http://jsfiddle.net/W8Dt4/ Does anyone know a workaround around this problem? I think the desired behaviour would be: Keep the toolbar at the top of the editor div when there's enough room. Move the toolbar to the bottom of the