Skip to content

Commit

Permalink
Make sure the modal inner container fills out the entire width
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Dec 6, 2023
1 parent dc93ffd commit 6d2adf8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/stories/Library/Modals/modal-loan/modal-loan.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
$MODAL_LOAN_CONTAINER_WIDTH: 1000px;

.modal-loan {
flex-direction: column;
align-items: center;
width: 100%;
}

.modal-loan__container {
max-width: $MODAL_LOAN_CONTAINER_WIDTH;
width: 100%;
overflow: scroll;
}

Expand Down

0 comments on commit 6d2adf8

Please sign in to comment.