浏览代码

No border on iframes.

Brian E. Granger 7 年之前
父节点
当前提交
e6e42f81f1
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      packages/apputils/style/iframe.css

+ 6 - 0
packages/apputils/style/iframe.css

@@ -8,6 +8,12 @@
   height: 100%;
 }
 
+
+.jp-IFrame iframe {
+  border: none;
+}
+
+
 /*
 When drag events occur, `p-mod-override-cursor` is added to the body.
 Because iframes steal all cursor events, the following two rules are necessary