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