Skip to content

Commit

Permalink
fix: float:left/right positioning broken on printing via Vivliostyle …
Browse files Browse the repository at this point in the history
…CLI v5.2.1

- fix #945

This fix is a workaround for the problem on printing with Chromium LayoutNGPrinting.
  • Loading branch information
MurakamiShinyu committed Jul 4, 2022
1 parent 2c57c44 commit b7cca0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/vivliostyle/assets.ts
Expand Up @@ -113,7 +113,7 @@ export const VivliostyleViewportCss = `
[data-vivliostyle-bleed-box] {
position: absolute;
overflow: hidden;
/* overflow: hidden; ** removed to fix issue #945 */
box-sizing: border-box;
}
Expand Down

1 comment on commit b7cca0d

@vercel
Copy link

@vercel vercel bot commented on b7cca0d Jul 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vivliostyle – ./

vivliostyle-vivliostyle.vercel.app
vivliostyle.vercel.app
vivliostyle-git-master-vivliostyle.vercel.app

Please sign in to comment.