You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.scss
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -368,7 +368,7 @@
368
368
// 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.
369
369
.modal-lti {
370
370
height: 100%;
371
-
max-width: 100%!important;
371
+
max-width: 80vh!important;
372
372
373
373
// I don't like this. We need to set a height of 100% on a div created by react-focus-on, a
374
374
// package we use in our Modal. That div has no class name or ID, so instead we're uniquely
0 commit comments