Search code examples
tabsmaterialize

How do I set the materialize swipeable tabs at bottom?


How do I set the materialize swipeable tabs at bottom?

Thanks.


Solution

  • Just give the tabs absolute positioning,

    {
        position: absolute;
        bottom: 0;
    }
    

    like so: https://jsfiddle.net/8ctz7gpc/