]> BookStack Code Mirror - bookstack/blobdiff - app/Services/ExportService.php
Adds overflow:auto to popup content to allow it to scroll in lower res.
[bookstack] / app / Services / ExportService.php
index a78b133eec454325ebcfd47e0e5457df9d6abc60..1e4e99428ba1c6427efed0f9fdc396a57d5bf1fd 100644 (file)
@@ -127,7 +127,7 @@ class ExportService
             $pdf = \SnappyPDF::loadHTML($containedHtml);
             $pdf->setOption('print-media-type', true);
         } else {
-            $pdf = \PDF::loadHTML($containedHtml);
+            $pdf = \DomPDF::loadHTML($containedHtml);
         }
         return $pdf->output();
     }