Skip to content

Commit

Permalink
make share modal fit in the screen better on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
srietkerk committed Apr 23, 2024
1 parent 9247e3d commit 37dc68f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions react-common/styles/controls/Modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@
}

@media @mobileAndBelow {
.wide>.common-modal {
height: 95%;
}
.common-modal-body {
padding-top: 0.5rem;
padding-bottom: 0;
Expand Down

0 comments on commit 37dc68f

Please sign in to comment.