Reputation: 3
How do I set the materialize swipeable tabs at bottom?
Thanks.
Upvotes: 0
Views: 360
Reputation: 383
Just give the tabs absolute positioning,
{
position: absolute;
bottom: 0;
}
like so: https://jsfiddle.net/8ctz7gpc/
Upvotes: 1