toniantunovi / ion-bottom-drawer

Bottom drawer component for Ionic 4
63 stars 16 forks source link

Make div for static top area #4

Open daveshirman opened 6 years ago

daveshirman commented 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.

Kernolsie commented 5 years ago

Just a workaround from my side

https://github.com/toniantunovi/ion-bottom-drawer/issues/10#issuecomment-509653320