From c7adaf500da38246767f6bdbe3502669d155593d Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Wed, 31 Jan 2018 11:39:21 +0100 Subject: [PATCH] Ensure no iframe border. WIP #1852 @0:05 --- style/fluidbook.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- 2.39.5