Skip to content

Commit

Permalink
documentation for modal.module.css fixed height and width
Browse files Browse the repository at this point in the history
  • Loading branch information
raissaji committed Mar 24, 2024
1 parent cb78926 commit 705a3ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/Modal/modal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
padding: 2rem 2.25rem;
border-radius: 1rem;
z-index: 1010;

/* This fixes the height and width of every modal, which may be necessary. However, location, rider, employee modals have different dimensions, which wil pose a problem later. */
height: 386px;
width: 616px;
}
Expand Down

0 comments on commit 705a3ab

Please sign in to comment.