Closed
Description
Feature Description
Heavy related to #9136. Since .mat-drawer-inner-container
is generated, cdkScrollable
cannot be added.By extending CdkScrollable
would make MatDrawer
behave like MatDrawerContent
, which already extends CdkScrollable
Use Case
Subscribe to scroll events and manage scroll behavior of MatDrawer
; this would allow MatDrawerContent
to respond dynamically to scroll events on MatDrawer
, and vice versa.