We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694c620 commit 99ed5c4Copy full SHA for 99ed5c4
ui/surfkit/src/pages/ContainerDesktopPage.js
@@ -58,7 +58,7 @@ export default function ContainerDesktopPage() {
58
<iframe
59
className="vnc"
60
src={`${vncAddr}?autoconnect=1&resize=remote&clipboard_up=true&clipboard_down=true&clipboard_seamless=true&show_control_bar=true`}
61
- style={{ width: "1024px", height: "702px" }}
+ style={{ width: "1024px", height: "768px" }}
62
></iframe>
63
</div>
64
0 commit comments