From 16853644cb5625d33dcb9435aa81c8dfb65805ac Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Fri, 13 Oct 2017 17:05:37 -0700 Subject: [PATCH] [Frontend] Kill iframe borders dead! Fixes #1776 --- platform/commonUI/general/res/sass/_iframe.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/commonUI/general/res/sass/_iframe.scss b/platform/commonUI/general/res/sass/_iframe.scss index a47517d855..dbb4e3e8a7 100644 --- a/platform/commonUI/general/res/sass/_iframe.scss +++ b/platform/commonUI/general/res/sass/_iframe.scss @@ -26,5 +26,6 @@ display: block; height: 100%; width: 100%; + border: none; } }