Fixed sticky submit and pagination z-index issue with sticky list_filter and django-json-widget.

pull/120/head
Fabio Caccamo 2021-03-01 23:32:05 +01:00
parent 947202f915
commit 1b60af57e0
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
position: fixed; position: fixed;
bottom: 0; bottom: 0;
right: 0; right: 0;
z-index: 1; z-index: 1100;
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: 1; z-index: 1100;
box-sizing: border-box; box-sizing: border-box;
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;