.ttext-expand-wrapper {
    position: relative;
    height: 100%;
}

.ttext-expand-button {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    color: var(--text-color);
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 13px;
    z-index: 1;
    transition: all 0.2s ease;
}

.expand-textarea {
    height: calc(80vh - 165px) !important;
}