Fixed sticky list-filter floating. #100
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user