Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Drawer: button to expand to larger size

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%`
}
2 years ago
Merged into Expandable drawers#581
a year ago