Skip to content

Commit

Permalink
Fix viewport stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
kwkbtr committed Feb 22, 2017
1 parent caf259e commit 6ee1f82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 0 additions & 11 deletions resources/vivliostyle-viewport-screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@
position: relative;
}

[data-vivliostyle-layout-box] {
position: absolute;
left: 0;
top: 0;
z-index: -1;
}

[data-vivliostyle-debug] [data-vivliostyle-layout-box] {
z-index: auto;
}

[data-vivliostyle-outer-zoom-box] {
margin: auto;
overflow: visible;
Expand Down
11 changes: 11 additions & 0 deletions resources/vivliostyle-viewport.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
*
*/

[data-vivliostyle-layout-box] {
position: absolute;
left: 0;
top: 0;
z-index: -1;
}

[data-vivliostyle-debug] [data-vivliostyle-layout-box] {
z-index: auto;
}

[data-vivliostyle-page-container] {
position: relative;
overflow: hidden;
Expand Down

0 comments on commit 6ee1f82

Please sign in to comment.