.root {
    width   : 100%;
    height  : 100%;
    overflow: hidden;

    textarea {
        width: 100%;
        height: 100%;
        background: transparent;
        border: none;
        overflow: hidden;
        resize: none;
        box-shadow: none;
    }
}
