/**
 * @class Ext.d3.Component
 */
 
// The 'scroll' event may not fire on item's monitors, if the 
// fit item container shrinks below a certain width/height. 
// This is a workaround. 
 
.#{$prefix}d{
    overflow: hidden;
}