mono icon indicating copy to clipboard operation
mono copied to clipboard

Scrollable Drawer Content

Open IOIO72 opened this issue 5 months ago • 0 comments

The container .db-drawer-content should (at least have an option to ...) auto scroll it's content:

    max-height: fit-content;
    overflow: auto;

https://github.com/db-ui/mono/blob/cc84e5d56beaab44a5fa7a3fc5fd144e8b843769/packages/components/src/components/drawer/drawer.scss#L89

Additionally, in backdrop-mode, the page underneath the backdrop should not scroll.

IOIO72 avatar Aug 29 '24 19:08 IOIO72