stop pagination footer blocking clicks on elements horizontal to it

This commit is contained in:
sprayidle 2026-05-07 22:20:38 +00:00
parent 01a7583364
commit 50dffb82e6

View file

@ -1065,6 +1065,8 @@ ul.selectable-list {
}
.pagination-footer-container {
width: fit-content;
margin: auto;
background-color: transparent;
bottom: $navbar-height;
position: sticky;