Skip to content

Commit 050a280

Browse files
authored
Merge pull request #7 from safeai-aus/codex/remove-height-from-cusdis_comments-css
Exclude iframe from Cusdis height overrides
2 parents e0a60ad + e0d8a4c commit 050a280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assets/cusdis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
}
254254
255255
/* Fix height constraints on all Cusdis containers */
256-
#cusdis_thread * {
256+
#cusdis_thread *:not(iframe) {
257257
max-height: none !important;
258258
overflow: visible !important;
259259
height: auto !important;

0 commit comments

Comments
 (0)