Skip to content

Commit 0698a12

Browse files
monospacedchrisvxd
authored andcommitted
feat: add Puck class to outer div
1 parent 1c4b97f commit 0698a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/components/Puck/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export function Puck<
296296
const disableZoom = children || loadedOverrides.puck ? true : false;
297297

298298
return (
299-
<div>
299+
<div className="Puck">
300300
<AppProvider
301301
value={{
302302
state: appState,

0 commit comments

Comments
 (0)