This commit is contained in:
Bence Pőcze 2020-06-18 16:37:32 +02:00
parent 5814620b4f
commit b35668c2fb

View File

@ -251,7 +251,7 @@ div.modal {
border-radius: 3px; border-radius: 3px;
padding: 20px; padding: 20px;
box-sizing: border-box; box-sizing: border-box;
z-index: 3; z-index: 6;
visibility: hidden; visibility: hidden;
} }
@ -263,7 +263,7 @@ div.modal {
right: 0; right: 0;
background-color: #000000; background-color: #000000;
opacity: 0.5; opacity: 0.5;
z-index: 2; z-index: 5;
visibility: hidden; visibility: hidden;
} }
@ -329,7 +329,7 @@ div.buttonContainer>button {
left: 50%; left: 50%;
margin-top: -32px; margin-top: -32px;
margin-left: -32px; margin-left: -32px;
z-index: 5; z-index: 7;
visibility: hidden; visibility: hidden;
} }