.js-appviewer-header > div:first-child {
    display: none !important;
}

#root section.canvas {
    /* might be necessary to disable in new Appsmith versions */
    /*height: 100% !important;*/
    background-color: white !important;
}

/* show modals at top of canvas */
.bp3-overlay-open {
    -webkit-box-align: flex-start !important;
    align-items: flex-start !important;
    padding-top: 10% !important;
}