Created by: wizpig64
Chrome (among other browsers) allows you to drag and drop files from the desktop into <input type="file">
form elements. Bootstrap 4's custom file input covers up the base input, so drag and drop doesn't work.
This patch disables pointer-events
on the custom element so dropped files pass through to the invisible, full-height input behind it. Normal clicks work just as they did.