django-command-palette
django-command-palette copied to clipboard
z-index conflict with django-admin-interface's sticky list filter
Another django-admin-interface related issue.
This element on the right has z-index: 30 (source), so is in front of palette's translucent background.
Setting palette's z-index to anything >30 fixes this.