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:
parent
b0def76801
commit
f1335d65f5
2 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue