.wrappercanvas {
  position: relative;
  width: 100%;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
	margin-top: 1rem;
    margin-bottom: 1rem;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:200px;
  background-color: white;
	border: 1px solid grey;
    border-radius: 10px;
}