mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
fix mobile modal issues
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user