new cli and in-browser pdf printing compatible fix for #1804
This commit is contained in:
parent
3ea7e2ff59
commit
2584a6d970
2 changed files with 14 additions and 5 deletions
|
@ -87,14 +87,14 @@ ul, ol, div, p {
|
|||
position: relative;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
.reveal .slides section {
|
||||
page-break-after: always !important;
|
||||
|
||||
visibility: visible !important;
|
||||
display: block !important;
|
||||
position: relative !important;
|
||||
position: absolute !important;
|
||||
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
|
@ -115,6 +115,7 @@ ul, ol, div, p {
|
|||
}
|
||||
|
||||
.reveal section.stack {
|
||||
position: relative !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
page-break-after: avoid !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue