Skip to content

Commit

Permalink
studio modal height
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis McKinney committed Feb 20, 2024
1 parent 7e2c4b2 commit a94f34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/static/sass/elements/_modal-window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
}

.modal-content {
height: 435px;
height: calc(100vh - 100px);
overflow-y: auto;
overflow-x: hidden;
padding: 0;
Expand Down

0 comments on commit a94f34e

Please sign in to comment.