Skip to content

Commit

Permalink
fix: modal css issue after build
Browse files Browse the repository at this point in the history
  • Loading branch information
shafin-deriv committed Jun 30, 2023
1 parent 2e8424f commit 09d7a72
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
background: var(--general-main-2);
&__body {
overflow-y: scroll;
height: calc(100vh - 26rem);
height: calc(100vh - 28rem);
}
}

Expand All @@ -23,6 +23,7 @@
flex-wrap: wrap;
width: 100%;
align-content: flex-start;
height: fit-content;
}
&__icon-wrapper {
display: flex;
Expand Down

0 comments on commit 09d7a72

Please sign in to comment.