Fix confirmation dialog z-index

The large avatar icon on conversations was being rendered on top of the
confirmation dialog.

// FREEBIE
This commit is contained in:
lilia 2016-01-26 18:23:57 -08:00
parent b0def76801
commit f1335d65f5
2 changed files with 3 additions and 1 deletions

View file

@ -591,6 +591,7 @@
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
padding: 0 20px;
z-index: 10;
.modal {
max-width: 350px;

View file

@ -1024,7 +1024,8 @@ input.search {
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
padding: 0 20px; }
padding: 0 20px;
z-index: 10; }
.confirmation-dialog .modal {
max-width: 350px;
margin: 100px auto;