Non-anchoring bottom element
This commit is contained in:
parent
4b9d27b553
commit
ffc2d4c6fa
@ -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;
|
||||||
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user