.ql-toolbar{
    display: none;
}

.ql-editor{
    overflow-y: visible; 
}

.ql-container{
    font-size: 22px;
    /* height:100vh */
}

#menu {
    height: 70px;
}

.ql-editor{
    height: calc(100vh - 108px);
    overflow-y: scroll;
}

#editor {
    /* min-height: 100%; */
    padding: 10px;
    min-height: calc(100vh - 78px);
  }
/* Specify our own scrolling container */
#scrolling-container {
    
    height: calc(100vh - 78px);
}

#viewframe{
    height: 100vh;
}