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

pull/120/head
Fabio Caccamo 2021-03-02 09:52:36 +01:00
parent f167bbf2c4
commit 4369288928
2 changed files with 5 additions and 3 deletions

View File

@ -64,7 +64,7 @@
position: absolute; position: absolute;
top: 15px; top: 15px;
right: 15px; right: 15px;
z-index: 5; z-index: 10;
} }
@media (min-width:768px) { @media (min-width:768px) {
.admin-interface .language-chooser { .admin-interface .language-chooser {
@ -332,11 +332,13 @@
position: sticky; position: sticky;
top: 40px; top: 40px;
float: right; float: right;
z-index: 30;
} }
/* 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 {
position: absolute; position: absolute;
top: 0px; top: 0px;
z-index: 30;
} }
} }
{% endif %} {% endif %}

View File

@ -9,7 +9,7 @@
position: fixed; position: fixed;
bottom: 0; bottom: 0;
right: 0; right: 0;
z-index: 1100; z-index: 40;
box-sizing: border-box; box-sizing: border-box;
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;
@ -58,7 +58,7 @@
position: fixed; position: fixed;
bottom: 0; bottom: 0;
right: 0; right: 0;
z-index: 1100; z-index: 40;
box-sizing: border-box; box-sizing: border-box;
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;