My solution:

PHP Code:

Ext
.onReady(function() {    
    
//ext4 adds a custom classname to the body - remove it!    
    
document.body.className '';
});