Hi!
Please tell me how to use the two plugins (Maximize + Editor Resize Plugins) correctly (without Elements Path).
If I remove "Elements Path" (config.removePlugins = 'elementspath';), and when I "maximize" editor - there is "big empty line" at the bottom of editor (see pic in attach).
Is it possible to save the "bottom of the editor" (to use button triangle "Editor Resize Plugins") but disable "Elements Path"?
Thanks!

using CSS issue fixed
.cke_maximized #cke_1_bottom,
{
height: 0;
}