Skip to content

Commit

Permalink
fix scrolling on connect modal
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronknott committed May 22, 2023
1 parent 1fc0bdc commit 54dd912
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/modal/styles.scss
Expand Up @@ -12,7 +12,7 @@
flex-direction: column;
align-items: flex-start;
box-sizing: border-box;

overflow-y: scroll;
padding: 1.2em;

width: 100%;
Expand All @@ -33,6 +33,10 @@
padding: 1em 2em;

box-sizing: border-box;

@media (max-width: 600px) {
padding: 0;
}
}

.error-message {
Expand Down

0 comments on commit 54dd912

Please sign in to comment.