iframe { width: 100vw; height: 100vh; border: none; box-sizing: border-box; padding-bottom: 0px; /* background-color: rgb(32, 32, 32); */ /* Background image is set via inline styles in extension.ts to use proper webview URIs */ background-size: 25%; background-position: center; background-repeat: no-repeat; opacity: 0; } iframe.visible { opacity: 1; }