Skip to content

Commit

Permalink
Adjusted a div size to cover whole screen
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Oct 10, 2022
1 parent 5fadbfd commit 6b6f509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wasm/pyxel.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ div#pyxel-screen {
position: fixed;
left: 0%;
top: 0%;
width: 100%;
height: 100%;
width: calc(100% + 1px);
height: calc(100% + 1px);
}

canvas#canvas {
Expand Down

0 comments on commit 6b6f509

Please sign in to comment.