Browse Source

Fix up CSS for PDF in notebook outputs.

Ian Rose 6 years ago
parent
commit
c73258741b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/pdf-extension/style/index.css

+ 3 - 0
packages/pdf-extension/style/index.css

@@ -4,6 +4,9 @@
 |----------------------------------------------------------------------------*/
 
 .jp-PDFContainer iframe {
+  position: absolute;
+  top: 0;
+  right: 0;
   width: 100%;
   height: 100%;
 }