bizit[name=Console] {
    display: block;
    z-index: 0 !important;
    border: none;
    width: 100%;
    height: 550px;
    background: #ccc;
    position: absolute;
}

bizit[name=Console] > activator {
    cursor: default;
}

bizit[name=Console][active] > activator {
    
}

div[bizit=Console] {
    overflow: auto;
}