We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41be652 commit cc71037Copy full SHA for cc71037
styles.css
@@ -47,7 +47,7 @@ body.questionpy-iframe-body {
47
top: 4vh !important; /* stylelint-disable-line declaration-no-important */
48
}
49
50
- &:has(.moodle-dialogue:not(.moodle-dialogue-hidden)) {
+ &:has(.moodle-dialogue:not(.moodle-dialogue-hidden), .modal.show) {
51
/* The iframe needs to be taller than the filepicker dialog, or it'll be unusable. */
52
@media (max-width: 780px) {
53
min-height: 1000px;
0 commit comments