|
@@ -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;
|