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

View File

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