Fixed sticky list-filter floating. #100

This commit is contained in:
Fabio Caccamo
2020-11-12 13:27:51 +01:00
parent 11f7440273
commit aec847070f
@@ -288,6 +288,7 @@
.admin-interface .module.filtered #changelist-filter {
position: sticky;
top: 40px;
float: right;
}
/* feature not available for django < 3.1.2 */
.admin-interface .module.filtered #toolbar + #changelist-filter {