 .columns-area .column {
        resize: horizontal;
        max-width: 100% !important;
        flexShrink: 0;
}
.column:last-child {
        resize: horizontal !important;
        flex: 1 1 auto !important;
}
.drawer{
        resize: horizontal !important;
}

