Skip to content

Commit 562213c

Browse files
authored
Fix qualtrics appearing on top of anything (#330)
* Qualtrics: Fixed survey going over sidebar * Qualtrics: Fixed responsiveness
1 parent f9b8290 commit 562213c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

assets/css/v2/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,18 @@ main {
980980
grid-template-rows: calc(70px + var(--flow-gap)) max-content;
981981
}
982982

983+
/* MARK: Qualtrics
984+
*/
985+
986+
.QSIUserDefinedHTML {
987+
z-index: 1;
988+
width: 100% !important;
989+
990+
* {
991+
width: 100% !important; /* Override Qualtrics hard-coded width */
992+
}
993+
}
994+
983995
/* MARK: Coveo
984996
*/
985997

0 commit comments

Comments
 (0)