]> _ Git - fluidbook-html5.git/commitdiff
Ensure no iframe border. WIP #1852 @0:05
authorStephen Cameron <stephen@cubedesigners.com>
Wed, 31 Jan 2018 10:39:21 +0000 (11:39 +0100)
committerStephen Cameron <stephen@cubedesigners.com>
Wed, 31 Jan 2018 10:39:21 +0000 (11:39 +0100)
style/fluidbook.less

index b34a6b21b3a3139f56ba01d3937b2db974742510..eb9cf42e5b3ff3362bf66f6e0c1994c092aafa86 100644 (file)
@@ -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";