Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 8447963

Browse files
committed
on body not main
1 parent 5334cc8 commit 8447963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/editor-support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function updateUEInstrumentation() {
4343
// templates with column design have additional section type
4444
if (columnTemplates.includes(template)) {
4545
setUEFilter(main, 'columns-main');
46-
main.classList.add('columns');
46+
document.body.classList.add('columns');
4747
}
4848
}
4949

0 commit comments

Comments
 (0)