Skip to content

Commit

Permalink
Merge pull request #120 from kodiak-packages/modal-responsive
Browse files Browse the repository at this point in the history
Make modal scrollable
  • Loading branch information
RobinWijnant authored Oct 4, 2020
2 parents b38f894 + 70f4896 commit a89c66a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Modal/Modal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
.modal {
width: 90%;
max-width: 650px;
overflow: auto;
max-height: 100vh;
border-radius: var(--border-radius-small);
background-color: var(--color-neutral-1);
outline: none;
Expand Down

0 comments on commit a89c66a

Please sign in to comment.