Skip to content

Commit 2b1b243

Browse files
Muhammad Faraz  MaqsoodMuhammad Faraz  Maqsood
authored andcommitted
fix: height for lti modal
1 parent b54dff3 commit 2b1b243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
// size like this. Because of the hack below around react-focus-on's div, it would be better long-term to pull this into Paragon and perhaps call it "modal-full" or something like that.
369369
.modal-lti {
370370
height: 100%;
371-
max-width: 100% !important;
371+
max-width: 80vh !important;
372372

373373
// I don't like this. We need to set a height of 100% on a div created by react-focus-on, a
374374
// package we use in our Modal. That div has no class name or ID, so instead we're uniquely

0 commit comments

Comments
 (0)