ENHANCEMENT Ticket (pending)

improve visibility of editor on smaller screens

###What happened: on 1024x768 screen the overflow of the editor is hidden. ###What was expected: to see the complete editor ####Possible solution: change /webroot/css/cake.cookbook.css line 34: {{{ \#content { background: #f4f4f4; padding: 0px 0px; overflow: hidden; } }}} into: {{{ \#content { background: #f4f4f4; padding: 0px 0px; overflow: scroll; } }}}
on 08.04.09 reported by: ceeram owned by: gwoo