Non-anchoring bottom element
This commit is contained in:
parent
4b9d27b553
commit
ffc2d4c6fa
@ -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;
|
||||
|
@ -82,6 +82,9 @@
|
||||
color: #fff;
|
||||
background-color: #0d6efd;
|
||||
}
|
||||
li.bottom {
|
||||
overflow-anchor: none;
|
||||
}
|
||||
li.bottom button {
|
||||
width: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user