From e9bb1b29a824135fc765b6144c8f9c92ff29e003 Mon Sep 17 00:00:00 2001 From: ilee2u Date: Thu, 28 Mar 2024 16:09:57 -0400 Subject: [PATCH] fix: set height of lti modal to 100% not auto --- lti_consumer/static/sass/student.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lti_consumer/static/sass/student.scss b/lti_consumer/static/sass/student.scss index 7b7fd91e..31f590df 100644 --- a/lti_consumer/static/sass/student.scss +++ b/lti_consumer/static/sass/student.scss @@ -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);