Skip to content

Commit

Permalink
fix: set height of lti modal to 100% not auto
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Mar 28, 2024
1 parent 1de6fa7 commit e9bb1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lti_consumer/static/sass/student.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
z-index: 11000;
box-sizing: border-box;
margin-left: 0;
height: auto;
height: 100%;
padding: 8px;
border-radius: 3px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
Expand Down

0 comments on commit e9bb1b2

Please sign in to comment.