Updated main list paginator to be sticky

This commit is contained in:
Alejandro Celaya
2020-04-10 13:42:16 +02:00
parent 3851342e1b
commit 9d1e48ee90
3 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
.short-urls-paginator {
position: sticky;
bottom: 0;
background-color: rgba(white, .8);
padding: .75rem 0;
border-top: 1px solid rgba(black, .125);
}