.ql-toolbar {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white; /* Make sure toolbar has a background */
}

.ql-container {
    overflow: auto;
}