Luis Platero
Luis Platero

Reputation: 3

How do I set the materialize swipeable tabs at bottom?

How do I set the materialize swipeable tabs at bottom?

Thanks.

Upvotes: 0

Views: 360

Answers (1)

berko
berko

Reputation: 383

Just give the tabs absolute positioning,

{
    position: absolute;
    bottom: 0;
}

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

Upvotes: 1

Related Questions