Fixed sticky list-filter floating. #100

pull/107/head
Fabio Caccamo 2020-11-12 13:27:51 +01:00
parent 11f7440273
commit aec847070f
1 changed files with 1 additions and 0 deletions

View File

@ -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 {