No more annoying borders.

This commit is contained in:
incognitotgt 2023-12-31 21:50:05 -05:00
parent a1b1dfd99a
commit 3f3afd9307

View file

@ -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";