#map {
  height: 100vh;
}

.ql-editor {
    width: 250px;
    box-sizing: border-box;
    cursor: text;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.ql-editor p {
    margin: 0;
}

.ql-editor a,
.ql-editor a:hover {
    color: #06c;
}