carol icon indicating copy to clipboard operation
carol copied to clipboard

Web viewport doesn't cover whole window

Open jcs224 opened this issue 2 years ago • 0 comments

This what happens when I try increasing the starting size of the window.

image

Following the example from the app, this is the only thing I changed:

const app = await launch({
  title: "Hello Deno!",
  width: 1280,
  height: 720,
});

Using Linux, POP!_OS, a Ubuntu derivative. Newest Chrome is installed on my system.

jcs224 avatar Feb 01 '22 06:02 jcs224