Skip to content

Instantly share code, notes, and snippets.

@vyuvalv
Created November 22, 2020 12:10
Show Gist options
  • Save vyuvalv/042c6d2830219dc2787384c120fadc59 to your computer and use it in GitHub Desktop.
Save vyuvalv/042c6d2830219dc2787384c120fadc59 to your computer and use it in GitHub Desktop.
setting the container initial size
.board-container {
height:500px;
}
.board-canvas {
width:100%;
height:100%;
border:5px solid black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment