Open daveshirman opened 6 years ago
Make it so you can top align a navbar component for example, then the content underneath inside the "drawer-content" scrolls.
e.g.:
<div class="drawer-header"> Title bar here</div> <div class="drawer-content"> Scrollable content here</div>
Currently I can't see how that's possible.
Just a workaround from my side
https://github.com/toniantunovi/ion-bottom-drawer/issues/10#issuecomment-509653320
Make it so you can top align a navbar component for example, then the content underneath inside the "drawer-content" scrolls.
e.g.:
Currently I can't see how that's possible.