We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0e0f5 commit 917aac2Copy full SHA for 917aac2
src/containers/PageConstructor/PageConstructor.tsx
@@ -97,7 +97,7 @@ export const Constructor = (props: PageConstructorProps) => {
97
98
return (
99
<InnerContext.Provider value={context}>
100
- <RootCn>
+ <RootCn className={b()}>
101
<div className={b('wrapper')}>
102
{themedBackground && (
103
<BackgroundMedia {...themedBackground} className={b('background')} />
0 commit comments