esitarski / RaceDB

Web-based bike race registration application
15 stars 10 forks source link

Fix signature form layout issue #74

Closed petedavis closed 2 months ago

petedavis commented 2 months ago

This fixes issue #1

On some responsive widths, touch input is not focused on the signature canvas as the container div for the pen input overlays the form element. Moving the container element outside the form element fixes the layout issue so they stack under each other.

esitarski commented 2 months ago

Thanks for taking care of this. Code has been merged.