:host {
    display: block;
    width: 100%;
    height: 100%;
    overflow: scroll;

    .editor {
        &[contentEditable="true"]:focus,
        &[contentEditable="true"]:hover {
            outline: 2px solid #1976D2;
        }
        border:none;
        outline: none;
    }

    .tox-statusbar__branding {
        display: none;
    }
}