when drawer is open add a button at top right near prev/next/delete/check to toggle enlarge/shrink of drawer.
this would help editing content of drawers where they contain structures etc.
css to do so is very simple.
.k-drawer-box {
flex-basis: 50rem; // toggle this value to `100%`
}