Browse Source

No border on iframes.

Brian E. Granger 7 years ago
parent
commit
e6e42f81f1
1 changed files with 6 additions and 0 deletions
  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