From 7656e602b6a7761f8c515b92b922c7ae6086a4de Mon Sep 17 00:00:00 2001 From: Raymond Zhou <56318341+rayzhou-bit@users.noreply.github.com> Date: Thu, 11 Sep 2025 23:54:17 -0400 Subject: [PATCH] Fix lti height (#19) --- src/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.scss b/src/index.scss index e7032faa..9830be4f 100755 --- a/src/index.scss +++ b/src/index.scss @@ -382,6 +382,9 @@ .modal-content { height: 80vh; } + .pgn__modal-body-content { + height: 100%; + } } .greyed-out {