Skip to content

Commit 41e0c96

Browse files
committed
fix: Allow full height for qualtrics on mainframe
1 parent 2195cb3 commit 41e0c96

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

assets/css/v2/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,17 @@ blockquote p:last-child {
997997
}
998998
}
999999

1000+
/* Qualtrics */
1001+
.QSIUserDefinedHTML {
1002+
width: 100% !important;
1003+
height: 700px;
1004+
}
1005+
1006+
div.QSIUserDefinedHTML * {
1007+
width: 100% !important;
1008+
height: 700px;
1009+
}
1010+
10001011
/* Logo */
10011012
.f5-logo-footer {
10021013
height: 32px;

0 commit comments

Comments
 (0)