Fix confirmation dialog z-index

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

// FREEBIE
pull/749/head
lilia 9 years ago
parent b0def76801
commit f1335d65f5

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

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

Loading…
Cancel
Save