10-22-2020 04:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Strider
84
6
7
10-22-2020 04:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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?

1 REPLY 1
11-16-2020 05:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


Fitbit Developer
2266
575
1162
11-16-2020 05:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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" />

