No more annoying borders.
This commit is contained in:
parent
a1b1dfd99a
commit
3f3afd9307
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ export function AboutBlank(props: { url: string }) {
|
|||
iframe.style.width = "100%";
|
||||
iframe.style.height = "100%";
|
||||
iframe.style.border = "none";
|
||||
iframe.style.overflow = "hidden";
|
||||
iframe.style.margin = "0";
|
||||
iframe.style.padding = "0";
|
||||
iframe.style.position = "fixed";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue