Non-anchoring bottom element

This commit is contained in:
Jiang Yio 2023-05-25 06:26:32 -04:00
parent 4b9d27b553
commit ffc2d4c6fa
2 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,7 @@
</div>
</li>
</router-link>
<li class="list-group-item" ref="bottom" />
<li class="bottom list-group-item" ref="bottom" />
</ul>
</div>
</div>
@ -57,6 +57,9 @@
color: #fff;
background-color: #0d6efd;
}
li.bottom {
overflow-anchor: none;
}
div.cell {
overflow: hidden;
text-overflow: ellipsis;

View File

@ -82,6 +82,9 @@
color: #fff;
background-color: #0d6efd;
}
li.bottom {
overflow-anchor: none;
}
li.bottom button {
width: 100%;
}