I'm having a problem with a div using position: sticky; inside mat-drawer-container. Here's what I've tried:
.mat-drawer-container.my-drawer-container {
overflow: scroll;
}
.mat-drawer-content.my-drawer-content {
overflow: scroll;
}
with no luck :(
Any thoughts?
This doesn't work
https://stackblitz.com/edit/angular-aqk1oj-pg4xq8
This works (the desired result)