.ember-toolbars {
    position: relative;
}

.cst-left {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}

.cst-left > .liquid-child {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cst-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
}

.cst-right > .liquid-child {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.cst-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.cst-bottom > .liquid-child {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cst-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.cst-top > .liquid-child {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
