Adding this to the vertical stack will anchor it to the bottom of the screen
card_mod:
style: |
:host {
z-index: 999;
position: sticky;
position: -webkit-sticky;
bottom: 0;
}
Adding this to the vertical stack will anchor it to the bottom of the screen
card_mod:
style: |
:host {
z-index: 999;
position: sticky;
position: -webkit-sticky;
bottom: 0;
}