// panel header changes overflow of it's box layout's innerCt to visible so that certain
// items can negate the effect of the header's padding by using negative margins
.#{$prefix}box-inner {
    .#{$prefix}header > &,
    .#{$prefix}panel-header-mc > &,
    .#{$prefix}window-header-mc > & {
        overflow: visible;
    }
}