Non-anchoring bottom element

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

View File

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