.common-horizontal-resizer-container {
    height: 100%;
    display: flex;
    flex-direction: row;
    .resizer-bar {
        width: 4px;
        // width: 100%;
        background-color: #ffffff;
        cursor: ew-resize;
        user-select: none;
        z-index: 103;
        // width: calc(100% + 6px);
    }
    .content {
        flex: 1 1 auto;
        overflow: hidden;
    }
}
