Skip to content

Commit 99ed5c4

Browse files
committed
fix screen height
1 parent 694c620 commit 99ed5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/surfkit/src/pages/ContainerDesktopPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function ContainerDesktopPage() {
5858
<iframe
5959
className="vnc"
6060
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" }}
61+
style={{ width: "1024px", height: "768px" }}
6262
></iframe>
6363
</div>
6464
</div>

0 commit comments

Comments
 (0)