nkashyap / console.io

JavaScript Remote Web Console
http://nkashyap.github.io/console.io
189 stars 20 forks source link

Status bar breaks page layout. #35

Closed Thinkscape closed 9 years ago

Thinkscape commented 9 years ago

When the status bar is displayed, it will change <body class> property, removing any class name already there. This breaks page layout.

This is the offending line: https://github.com/nkashyap/console.io/blob/master/dist/client/console.io.js#L472