Skip to content

Commit

Permalink
fix(wizard): fix wizard content height issues
Browse files Browse the repository at this point in the history
fixes  #107
  • Loading branch information
Ashley Ryan authored and ashleyryan committed Jul 26, 2022
1 parent 0fea6c6 commit 282f3f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/angular/src/wizard/_wizard.clarity.scss
Expand Up @@ -378,6 +378,7 @@
.modal-body-wrapper {
// overriding forced style on .modal
max-height: 100%;
display: flex;
flex-grow: 1;
width: 100%;
}
Expand Down

0 comments on commit 282f3f0

Please sign in to comment.