Fixed sticky submit and pagination z-index issue with related modal.

This commit is contained in:
Fabio Caccamo
2021-03-02 09:52:36 +01:00
parent f167bbf2c4
commit 4369288928
2 changed files with 5 additions and 3 deletions
@@ -64,7 +64,7 @@
position: absolute;
top: 15px;
right: 15px;
z-index: 5;
z-index: 10;
}
@media (min-width:768px) {
.admin-interface .language-chooser {
@@ -332,11 +332,13 @@
position: sticky;
top: 40px;
float: right;
z-index: 30;
}
/* feature not available for django < 3.1.2 */
.admin-interface .module.filtered #toolbar + #changelist-filter {
position: absolute;
top: 0px;
z-index: 30;
}
}
{% endif %}
@@ -9,7 +9,7 @@
position: fixed;
bottom: 0;
right: 0;
z-index: 1100;
z-index: 40;
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
@@ -58,7 +58,7 @@
position: fixed;
bottom: 0;
right: 0;
z-index: 1100;
z-index: 40;
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;