You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
504 B

.signature-container {
display: flex;
flex-direction: column;
}
.signature-container > .buttons {
padding-top: 10px;
}
.signature-container > .wrapper {
position: relative;
width: 100%;
height: 400px;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.signature-pad {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #FFFFFF;
border: 1px solid #000000;
}