Fixed sticky list-filter floating. #100
parent
11f7440273
commit
aec847070f
|
|
@ -288,6 +288,7 @@
|
||||||
.admin-interface .module.filtered #changelist-filter {
|
.admin-interface .module.filtered #changelist-filter {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
/* feature not available for django < 3.1.2 */
|
/* feature not available for django < 3.1.2 */
|
||||||
.admin-interface .module.filtered #toolbar + #changelist-filter {
|
.admin-interface .module.filtered #toolbar + #changelist-filter {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue