mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
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:
committed by
David Lechner
parent
303e768168
commit
b7a9c20cfe
@@ -148,7 +148,6 @@ const Docs: React.VFC = () => {
|
||||
role="documentation"
|
||||
width="100%"
|
||||
height="100%"
|
||||
frameBorder="none"
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -47,6 +47,10 @@
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
& iframe {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pb-app-body {
|
||||
|
||||
Reference in New Issue
Block a user