浏览代码

Fix up CSS for PDF in notebook outputs.

Ian Rose 6 年之前
父节点
当前提交
c73258741b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      packages/pdf-extension/style/index.css

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

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