Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to force a button to the bottom of a screen

I have a tile-list that displays some data and contains a text-button at the end of the list. If the list only has one item, then the text-button is displayed in the middle of the screen instead of at the bottom of the screen. Is there a proper way to add a filler or force the button to the bottom of the screen?

Best Answer
0 Votes
1 REPLY 1

Have you tried adding the `bottom` class when there's only 1 item?

 

<use id="button-1" href="#text-button" class="text-button bottom application-fill" />
Best Answer
0 Votes