JKnorr91 / ion-slide-box-tabs

An Add-On directive for the ion-slide-box, that adds tabs to the slide box, known from the Android Material Design specification
MIT License
248 stars 110 forks source link

Header above sliding tabs #44

Open carnivash opened 7 years ago

carnivash commented 7 years ago

I searched, but i could find a solution for implements this effect, i'd like to use header above the sliding tabs, but it seems that scroll is blocked if i try that, does anyone have a way of doing that?

Thanks

savkelita commented 7 years ago

<ion-content overflow-scroll="true" padding="false" class="has-header">

If u have something like this u just need to remove class="has-header" If i understand well... :)