.mainlogo {
    height: 40px;
}

@media (min-width: 300px) {
    .withlogo {
        text-align: center;
    }
}

.ql-toolbar {
    background-color: #fff;
    position: sticky;
    top: 83px;
    z-index: 1;
}

.ql-editor.show-news-content img {
    width: 100%;
    height: auto;
}

/* Tell Quill not to scroll */
/* #editor {
    height: auto;
    min-height: 100%;
    padding: 50px;
} */

/* #editor .ql-editor {
    font-size: 18px;
    overflow-y: visible; 
} */

/* Specify our own scrolling container */
/* #scrolling-container {
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
} */

/* MY UPDATES */
/* .ql-toolbar {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
} */
