From 7d82316541f23cc8db19450049c156f990ce32b3 Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Fri, 25 Jul 2025 10:07:15 -0700 Subject: [PATCH 1/2] Qualtrics: Fixed survey going over sidebar --- assets/css/v2/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index c8951942..b2beff40 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -980,6 +980,13 @@ main { grid-template-rows: calc(70px + var(--flow-gap)) max-content; } +/* MARK: Qualtrics +*/ + +.QSIUserDefinedHTML { + z-index: 1; +} + /* MARK: Coveo */ From e20e4fe43dd1b01b47aef71b644f93b9a676fdfc Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Fri, 25 Jul 2025 13:08:51 -0700 Subject: [PATCH 2/2] Qualtrics: Fixed responsiveness --- assets/css/v2/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index b2beff40..edf72a17 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -985,6 +985,11 @@ main { .QSIUserDefinedHTML { z-index: 1; + width: 100% !important; + + * { + width: 100% !important; /* Override Qualtrics hard-coded width */ + } } /* MARK: Coveo