Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into antoine/better-toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Jun 6, 2024
2 parents 8430229 + 4470162 commit 28791b2
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions web_viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,11 @@

/* Position canvas in center-top: */
canvas {
margin-right: auto;
margin-left: auto;
display: block;
position: absolute;
top: 0%;
left: 50%;
transform: translate(-50%, 0%);
/* canvas must be on top when visible */
z-index: 1000;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Match the Rerun header bar. */
Expand Down

0 comments on commit 28791b2

Please sign in to comment.