#editor {
    min-height: 400px;
    overflow-y: auto;
}

#editor img {
    max-width: 100%;
    height: auto;
}

#floating-toolbar {
    z-index: 1000;
}

.table-auto img {
    max-width: 50px;
    height: auto;
}