Skip to content

Commit

Permalink
fix modal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Apr 8, 2019
1 parent e4b5011 commit 3bb5709
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/theme/client/imports/components/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
min-width: 400px;
max-width: 500px;
height: auto;
max-height: 100%;
max-height: 98%;

animation: dropdown-show 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);

Expand Down Expand Up @@ -72,6 +72,8 @@

display: flex;

overflow: hidden auto;

flex-direction: column;

min-height: 72px;
Expand Down

0 comments on commit 3bb5709

Please sign in to comment.