From: Stephen Cameron Date: Wed, 31 Jan 2018 10:39:21 +0000 (+0100) Subject: Ensure no iframe border. WIP #1852 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c7adaf500da38246767f6bdbe3502669d155593d;p=fluidbook-html5.git Ensure no iframe border. WIP #1852 @0:05 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index b34a6b21..eb9cf42e 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -2267,6 +2267,7 @@ body > input { iframe { width: 100%; height: 100%; + border: none; } } @@ -2286,4 +2287,4 @@ body > input { font-style: normal; } -@import "additional.less"; \ No newline at end of file +@import "additional.less";