I'm trying to manage my wrapper/canvas on responsive view to fit in the div. The problem is that it overflows the div's frame (look at screenshot)
I tried to play with min-width and max-width but nothing works correctly.
.wrapper {
margin-left: auto;
margin-right: auto;
margin-bottom: 8px;
position: relative;
width: 262px;
height: 150px;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.signature_client,
.signature_tech {
position: absolute;
left: 0;
top: 0;
width: 280px;
height: 150px;
}