app: remove use of deprecated iframe frameborder property

The recommended way to do this is to use style sheets instead.
This commit is contained in:
David Lechner
2022-12-16 17:54:36 -06:00
committed by David Lechner
parent 303e768168
commit b7a9c20cfe
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -148,7 +148,6 @@ const Docs: React.VFC = () => {
role="documentation"
width="100%"
height="100%"
frameBorder="none"
/>
);
};
+4
View File
@@ -47,6 +47,10 @@
position: absolute;
}
}
& iframe {
border: none;
}
}
.pb-app-body {