/* style.css */

.signature-pad {
    border: 1px solid #e8e8e8;
    padding: 10px;
}

.signature-pad canvas {
    width: 100%;
    height: 200px;
}

#summary-modal .modal-body {
    max-height: 400px;
    overflow-y: auto;
}
.signature-pad {
    touch-action: none; /* Prevent touch actions like scrolling while on the signature pad */
}