Skip to content

Commit a2a38ce

Browse files
authored
Fix full page screenshot (#296)
1 parent 6531d52 commit a2a38ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/screenshots.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const screenshotTypes = {
2121
"fullPage": {
2222
type: "png",
2323
omitBackground: true,
24-
fullPage: false
24+
fullPage: true
2525
}
2626
};
2727

0 commit comments

Comments
 (0)