Skip to content

Commit

Permalink
After QA
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Aug 2, 2024
1 parent 089494a commit 2afe98c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.c-upload-list {
flex-grow: 1;
overflow: auto;
margin: calculateRem(16px) 0;
max-height: calc(90vh - calculateRem(473px));
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@
&__content {
@include modal-body();

display: flex;
flex-direction: column;
padding: 0 calculateRem(32px);
height: 100%;
max-height: calc(90vh - calculateRem(212px));
}

&__footer {
Expand Down

0 comments on commit 2afe98c

Please sign in to comment.