fix mobile modal issues

This commit is contained in:
akcodez
2023-10-16 09:36:17 -07:00
parent 8ac227d032
commit d3a2fb658e
3 changed files with 5 additions and 9 deletions

View File

@@ -134,7 +134,7 @@ $custody-logos: "Gatehub", "Bitgo";
}
}
.modal {
.modal-uses {
display: none;
position: fixed;
z-index: 1000;
@@ -159,11 +159,8 @@ $custody-logos: "Gatehub", "Bitgo";
height: 60%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
@media only screen and (max-width: 768px) {
height: fit-content;
}
overflow: scroll;
}
.modal-content-uses::before {